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