convert grayscale to RGB?
Is it possible to convert a grayscale image to contain an RGB channel? And thereby manipulate those, and give some color to an grayscale image?
I tried using cvtColor but, i seem to get an black image as output.