tags:

views:

179

answers:

0

Starting with a [M x N] IplImage in OpenCV I want to convert it to a [(M*N) x 1] IplImage, preferably in place or without copying the image row by row;

Can this be done though the OpenCV API, using IplImage or CvMat?