Create a colored image from CMYK grayscale images
Hi - I have 4 images (separation) which each one represent a color (cyan , magenta , black and yellow), i need to blend them together into a single colored (RGB) image.
what is the best way to accomplish that. Thanks a lot. Itay.
I don't know the best way, but maybe this source will be helpful for you https://code.ros.org/trac/opencv/changeset/564/trunk/opencv/src/highgui/utils.cpp if you will not find the better decision
@tenta4, good hint! will still need some work to adapt to cv::Mat
you're the hero of the day, if you can do it ! ;)
You can call mat.data attribute to get uchar* from cv::Mat