Sorry to re-awaken an old topic but i am having some difficulties converting an opencv Monochrome image into a Qimage. The image is a result of calling the opencv function
void cvInRangeS( const CvArr* src, CvScalar lower, CvScalar upper, CvArr* dst );
When i pass this image to the function IplImageToQImage it does convert the image into qimage however the image is 8 times smaller and duplicated. The results can be seen below
Opencv Image
Convertion to Qimage results
![]()
Does anybody know why this has happened? And any ideas how to correct the error?
Bookmarks