| RotatedRectMinAreaRect Method |
http://www.emgu.com
Get the minimum enclosing rectangle for this Box
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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