Roi Question
I wanted to ask if I set ROI in Iplimage and convert it to Mat format. Will the Roi remain ??
I wanted to ask if I set ROI in Iplimage and convert it to Mat format. Will the Roi remain ??
Asked: 2014-09-24 04:07:23 -0600
Seen: 374 times
Last updated: Sep 24 '14
IMREAD_GRAYSCALE error in facerec_demo.py
image processing software that can identify object in an image and isolate it from the background
How to display fullscreen in Python on Linux? (setWindowProperty doesn't work)
numpy.array setting an array element with a sequence
need help with load and display image with opencv
404 Not Found from bug reporting site
Using a video (videocapture) with Qt and opencv on windows 7 don`t open.
Why don't you just try?
do yourself a favour, and avoid all old c-api structures, like IplImage.
it's far easier if you stick to c++ / cv::Mat consistently.
Thanks for all the help and yes I am going to stick with cv::Mat. You are right it's pretty easy