CvBoundingRect Method (IEnumerableCvPoint) OpenCvSharp Class Library
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

public static CvRect BoundingRect(
	IEnumerable<CvPoint> points
)

Parameters

points
Type: System.Collections.GenericIEnumerableCvPoint
An IEnumerable<CvPoint> object (ex. CvPoint[], List<CvPoint>, ....)

Return Value

Type: CvRect

[Missing <returns> documentation for "M:OpenCvSharp.Cv.BoundingRect(System.Collections.Generic.IEnumerable{OpenCvSharp.CvPoint})"]

See Also

Reference