roi Questions

1

Solved

I am converting a matlab code into C++ using OpenCV libraries. Can anyone tell me roipoly matlab function equivalent in OpenCV?? Or how to get the same functionality using OpenCV? BW = roipoly(I...
Achates asked 1/3, 2013 at 3:25

2

Solved

I have a question about how to define a ROI with OpenCV. I know what the definition of the function cvSetImageROI but I want to know if is possible to define a ROI with OpenCV with a different shap...
Hypoglycemia asked 17/5, 2012 at 8:27

1

I'd like to use a ROI to copy a found polygon in an image, into a new image. I'd like this polygon to fit exactly in the new image. So far I used ROI, but I noticed that the angle is not taken into...
Venial asked 31/1, 2012 at 4:19

1

Solved

ROI can only be implemented with an rectangle. I however have a contour that I want to set as an ROI. Does anyone have an idea of how I would go about using a contour as an ROI rather than a rectan...
Underhill asked 30/10, 2011 at 17:1

1

Solved

I have an image that contains a square, and I need to extract the area contained in that square. After applying the squares.c script (available in the samples of every OpenCV distribution) I obtain...
Flite asked 13/10, 2011 at 14:25

7

Solved

I'm currently working with a fairly old product that's been saddled with a lot of technical debt from poor programmers and poor development practices in the past. We are starting to get better and ...
Garcia asked 24/11, 2009 at 14:29

© 2022 - 2024 — McMap. All rights reserved.