Open GoogleCodeExporter opened 8 years ago
Sorry, I posted the corrected code in place of the current code, as well. I
meant to say that the current code is:
inline void cvSetImageROItoBlob(IplImage *img, CvBlob const *blob)
{
cvSetImageROI(img, cvRect(blob->minx, blob->miny, blob->maxx-blob->minx, blob->maxy-blob->miny));
};
Original comment by m...@adornably.com
on 15 Jul 2013 at 9:40
Original issue reported on code.google.com by
m...@adornably.com
on 15 Jul 2013 at 9:39