CvInvokeMinAreaRect Method (IInputArray) |
http://www.emgu.com
Finds a rotated rectangle of the minimum area enclosing the input 2D point set.
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(
IInputArray points
)
Public Shared Function MinAreaRect (
points As IInputArray
) As RotatedRect
public:
static RotatedRect MinAreaRect(
IInputArray^ points
)
static member MinAreaRect :
points : IInputArray -> RotatedRect
Parameters
- points
- Type: Emgu.CVIInputArray
Input vector of 2D points
Return Value
Type:
RotatedRecta circumscribed rectangle of the minimal area for 2D point set
See Also