Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cv::Mat(cv::Rect, cv::Mat) counterpart #138

Closed
robertoandrade opened this issue Apr 29, 2015 · 1 comment
Closed

cv::Mat(cv::Rect, cv::Mat) counterpart #138

robertoandrade opened this issue Apr 29, 2015 · 1 comment
Labels

Comments

@robertoandrade
Copy link

I'm trying to extract a subimage off of an IplImage and have been seeing examples on how to do it using OpenCV and was struggling to find the counterparts to the aforementioned constructor in JavaCV land.

Any suggestions?

@saudet
Copy link
Member

saudet commented Apr 30, 2015

It's exactly the same: public Mat(Mat m, Rect roi).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants