Finds circumscribed rectangle of minimal area for given 2D point set
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- points
- Type: OpenCvSharpCvArr
Sequence or array of points.
Return Value
Type: CvBox2DThe function cvMinAreaRect2 finds a circumscribed rectangle of the minimal area for 2D point set by building convex hull for the set and applying rotating calipers technique to the hull.
See Also