07-23-2012 01:39 AM
Can we change a RGB image to a monochromatic image in Vision Builder or assistant ?
Apart of extracting a single plane (R plane or G or B) ?
07-23-2012 04:36 AM
I don't use Vision builder - so I may not really get your question, but if you'd like to perform operations on image data you already have you probably can - it all depends on what you are trying to achieve.
You could just add the RGB values, divide by three and coerce the Array back to U8.
A good idea to get started on this would be to search the forums for "picture control" - you'll see some interesting stuff 🙂
Regards Florian