CvInvokeMinAreaRect Method (PointF) |
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
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