manfredlachmann
May 15, 2008, 09:47:43
First, hello to all I'm new here!
I've got a problem when grabbing images to IplImage* to use it in OpenCV.
Nearly all works fine, the grabbed image is displayed right but the copied openCV image has "stripes".
I copy the image with
memcpy(inputRGB->imageData, pBuffer->getPtr(), iImageSize );
"inputRGB" is the IplImage* from openCV.
I'm using VS 2005 and created the "IC Dialog Application" project with the wizard.
Thanks for your help!
Manfred Lachmann
I've got a problem when grabbing images to IplImage* to use it in OpenCV.
Nearly all works fine, the grabbed image is displayed right but the copied openCV image has "stripes".
I copy the image with
memcpy(inputRGB->imageData, pBuffer->getPtr(), iImageSize );
"inputRGB" is the IplImage* from openCV.
I'm using VS 2005 and created the "IC Dialog Application" project with the wizard.
Thanks for your help!
Manfred Lachmann