boundingRect question
Hi, Can i know what algorithm was used for boundingRect (Minimum bounding rectangle) implementation? http://en.wikipedia.org/wiki/Minimum_bounding_rectangle
please, i need to know
Hi, Can i know what algorithm was used for boundingRect (Minimum bounding rectangle) implementation? http://en.wikipedia.org/wiki/Minimum_bounding_rectangle
please, i need to know
There no specific algorithm as far as I know. Just simple 'for' loop that goes through all points searching for minimum and maximum in X and Y.
Asked: 2013-08-20 19:55:37 -0600
Seen: 700 times
Last updated: Aug 21 '13
Tricky image segmentation in Python
RGB2Gray::operator() causing segmentation fault when using Python
Face-detection/recognition + segmenting + tracking Difficulty
word segmentation using OpenCV
pyramid_segmentation.py crashes with any different input image
What is the best way to find bounding box for binary mask?
How to segment a part of any object for counting purpose as per given binary image?