The documentation on this seems incredibly spotty.
I\'ve basically got an empty array of IplImage*s (IplImage** imageArray) and I\'m calling a function to import an
In case of gray image, I am using this function and it works fine! however you must take care about the function features ;)
CvMat * src= cvCreateMat(300,300,CV_32FC1); IplImage *dist= cvCreateImage(cvGetSize(dist),IPL_DEPTH_32F,3); cvConvertScale(src, dist, 1, 0);