Roi Question

asked 2014-09-24 04:07:23 -0600

gardezi gravatar image

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 ??

edit retag flag offensive close merge delete

Comments

Why don't you just try?

FooBar gravatar imageFooBar ( 2014-09-24 04:50:02 -0600 )edit
2

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.

berak gravatar imageberak ( 2014-09-24 07:46:27 -0600 )edit

Thanks for all the help and yes I am going to stick with cv::Mat. You are right it's pretty easy

gardezi gravatar imagegardezi ( 2014-09-24 16:23:27 -0600 )edit