Calculates up-right bounding rectangle of point set.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- points
- Type: OpenCvSharpCvArr
Either a 2D point set, represented as a sequence (CvSeq, CvContour) or vector (CvMat) of points, or 8-bit single-channel mask image (CvMat, IplImage), in which non-zero pixels are considered. - update
- Type: SystemBoolean
The update flag
Return Value
Type: CvRect[Missing <returns> documentation for "M:OpenCvSharp.Cv.BoundingRect(OpenCvSharp.CvArr,System.Boolean)"]
See Also