Emgu CV Library Documentation
MinAreaRect Method (points)
NamespacesEmgu.CVPointCollectionMinAreaRect(array<PointF>[]()[])

www.emgu.com/wiki
Find the bounding rectangle for the specific array of points
Declaration Syntax
C#Visual BasicVisual C++
public static MCvBox2D MinAreaRect(
	PointF[] points
)
Public Shared Function MinAreaRect ( _
	points As PointF() _
) As MCvBox2D
public:
static MCvBox2D MinAreaRect(
	array<PointF>^ points
)
Parameters
points (array< PointF >[]()[])
The collection of points
Return Value
The bounding rectangle for the array of points

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)