ConnectedComponentsBlobRect Property
|
The bounding box.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Rect Rect { get; }
Public ReadOnly Property Rect As Rect
Get
public:
property Rect Rect {
Rect get ();
}
member Rect : Rect with get
Property Value
Type:
Rect
See Also