CvInvokeMinAreaRect Method (PointF) |
http://www.emgu.com
Find the bounding rectangle for the specific array of points
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static RotatedRect MinAreaRect(
PointF[] points
)
Public Shared Function MinAreaRect (
points As PointF()
) As RotatedRect
public:
static RotatedRect MinAreaRect(
array<PointF>^ points
)
static member MinAreaRect :
points : PointF[] -> RotatedRect
Parameters
- points
- Type: System.DrawingPointF
The collection of points
Return Value
Type:
RotatedRectThe bounding rectangle for the array of points
See Also