Click or drag to resize

PointCollectionBoundingRectangle Method

http://www.emgu.com
Find the bounding rectangle for the specific array of points

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static Rectangle BoundingRectangle(
	PointF[] points
)

Parameters

points
Type: System.DrawingPointF
The collection of points

Return Value

Type: Rectangle
The bounding rectangle for the array of points
See Also