| MatBoundingRect Method |
Calculates the up-right bounding rectangle of a point set.
The input is 2D point set, represented by CV_32SC2 or CV_32FC2 matrix.
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:
RectMinimal up-right bounding rectangle for the specified point set.
See Also