in openCV I regularly use cv::Mat
for almost everything. Now, I need to use emgu CV and use the Matrix
-object in stat, but some functions are not supported?!... may I use the image
-class instead?
When to use image
and when to use matrix
in emgu CV?
P.S.: Currently I'm looking for a way to define a ROI on a matrix but didn't find a way without copying the data.
Version: Emgu.CV-2.4.2