converting IplImage into 1D vector in opencv

Posted by ajith on Stack Overflow See other posts from Stack Overflow or by ajith
Published on 2010-06-18T11:30:58Z Indexed on 2010/06/18 11:33 UTC
Read the original article Hit count: 242

Filed under:
|
|

I want to convert a mXn IplImage into a (m*n) x 1 1D vector..can this be done with any function in opencv..?

any help is greatly appreciated

© Stack Overflow or respective owner

Related posts about c++

Related posts about image-processing