How should I copy "IplImage" to "CImage"?
Hi all,
Does anyone can give some suggestion or feedback to me?
I get one problem for copying image. Actually, I would like to convert/set "IplImage" to "CImage" and then show at "Picture Box".
Whenever I write TestImage->CopyOf(tempImage, 3);
, application will get system error.
So, how should I do it?
Best regards,
Actually I have no clue of CImage, but maybe you could use cv:.imencode to transform your image into a buffer and then read this buffer with an CImage object.