How do I use Gimp / OpenCV Color to separate images into coloured RGB layers?
问题 I have a JPG image, and I would like to find a way to: Decompose the image into red, green and blue intensity layers (8 bit per channel). Colorise each of these now 'grayscale' images with its appropriate color Produce 3 output images in appropriate color, of each channel. For example if I have an image: dog.jpg I want to produce: dog_blue.jpg dog_red.jpg and dog_green.jpg I do not want grayscale images for each channel. I want each image to be represented by its correct color. I have managed