asked 2014-09-24 04:07:23 -0600
updated 2018-08-24 17:22:56 -0600
I wanted to ask if I set ROI in Iplimage and convert it to Mat format. Will the Roi remain ??
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
Official site
GitHub
Wiki
Documentation
subscribe to rss feed
Asked: 2014-09-24 04:07:23 -0600
Seen: 484 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
remove barrel distortion
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.
Finding someone knows well Matlab and OPENCV
Unable to Build image-manipulations Sample for Android
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