Part of picture
Through Imgproc.boundingRect I won a rect object, now how I interception based on rect part of the picture?
Through Imgproc.boundingRect I won a rect object, now how I interception based on rect part of the picture?
What do you mean by interception here? What do you want to intercept? Your image-part you get via: cv::Mat image_part = your_image(your_rect);
i want to cut out part of the pictures according to the rect.Could you tell me opencv4android offer this way?
Asked: 2013-03-28 02:05:44 -0600
Seen: 175 times
Last updated: Mar 28 '13
How to get good matches from the ORB feature detection algorithm?
How to decrease the number of processed frames from a live video camera?
Unresolved inclusion in OpenCV+Android tutorial
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
Which values for window size and number of pyramids are reasonable for calcOpticalFlowPyrLK?
Errors running builder 'CDT Builder' when trying to build OpenCV for android samples
ndk-build deletes native OpenCV library
Installing Sample App / OpenCV Manager
Please be more specific. Your question is actually stating nothing :)
oh,sorry. i want to cut out part of the pictures according to the rect.Could you tell me opencv4android offer this way?
No need in posting your remark twice. However like guanta presented, this works for android also. Use that code!