Click or drag to resize

CvInvokeBoundingRectangle Method

http://www.emgu.com
Returns the up-right bounding rectangle for 2d point set

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static Rectangle BoundingRectangle(
	IInputArray points
)

Parameters

points
Type: Emgu.CVIInputArray
Input 2D point set, stored in std::vector or Mat.

Return Value

Type: Rectangle
The up-right bounding rectangle for 2d point set
See Also