Top "Roi" questions

Region Of Interest, a region of an image on which algorithms are executed on.

Crop half of an image in OpenCV

How can I crop an image and only keep the bottom half of it? I tried: Mat cropped frame = frame(…

opencv crop mat roi
OpenCV & Python: Cover a colored mask over a image

I want to cover a image with a transparent solid color overlay in the shape of a black-white mask Currently …

python opencv mask roi
Getting ROI from a Circle/Point

I have two points in an image, centre left eye (X, Y) and centre right eye (X, Y). I have …

c++ opencv mat roi
How can I find contours inside ROI using opencv and Python?

Im trying to find contours in a specific area of the image. Is it possible to just show the contours …

python opencv roi