Closed GoogleCodeExporter closed 8 years ago
Hi,
I was able to "workaround" using:
CvMat imageDst = CvMat.create(imageSrc.rows(), imageSrc.cols(),CV_8U,1);
cvCvtColor( imageSrc, imageDst, CV_RGB2GRAY );
I found these on the readme file...
Thanks!
Original comment by rkrind...@gmail.com
on 20 Sep 2011 at 4:30
Great to hear it's working!
Original comment by samuel.a...@gmail.com
on 30 Sep 2011 at 1:23
Original issue reported on code.google.com by
rkrind...@gmail.com
on 20 Sep 2011 at 3:41