CvInvokeMinAreaRect Method (IInputArray) |
http://www.emgu.com
Finds a rotated rectangle of the minimum area enclosing the input 2D point set.
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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