RotatedRectMinAreaRect Method |
http://www.emgu.com
Get the minimum enclosing rectangle for this Box
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Rectangle MinAreaRect()
Public Function MinAreaRect As Rectangle
public:
Rectangle MinAreaRect()
member MinAreaRect : unit -> Rectangle
Return Value
Type:
RectangleThe minimum enclosing rectangle for this Box
See Also