| RotatedRectBoundingRect Method |
returns the minimal up-right rectangle containing the rotated rectangle
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Rect BoundingRect()
Public Function BoundingRect As Rect
public:
Rect BoundingRect()
member BoundingRect : unit -> Rect
Return Value
Type:
Rect[Missing <returns> documentation for "M:OpenCvSharp.RotatedRect.BoundingRect"]
See Also