First time here? Check out the FAQ!
answered 2014-10-03 16:15:52 -0600
@kaushal
To make it coloured, simple convert it using:
Mat color; cvtColor(image,color,CV_BayerBG2RGB);