How can I access the JPEG image pixels as a 3D array like we do in matlab?

Posted by Ala ABUDEEB on Stack Overflow See other posts from Stack Overflow or by Ala ABUDEEB
Published on 2010-04-10T18:38:31Z Indexed on 2010/04/10 18:43 UTC
Read the original article Hit count: 282

Filed under:
|

I want to process an image in C++. How can I access the 3D array representing the JPEG image as is done in Matlab?

© Stack Overflow or respective owner

Related posts about c++

Related posts about image-processing