If you have an 8bit source image and you want to convert it to a 32 bit image you do it using cvConvertScale:
newim = cvCreateImage (cvSize (src.rows, src.cols, 32, 1)
cvConvertScale(src,newim)
Sunday, April 12, 2009
converting 8bit image to 32 bit image
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment