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?
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?