Ask Your Question
1

boundingRect question

asked 2013-08-20 19:55:37 -0600

rgap gravatar image

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-08-21 00:20:42 -0600

Michael Burdinov gravatar image

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-08-20 19:55:37 -0600

Seen: 553 times

Last updated: Aug 21 '13