CvTrackBoundingBox Property |
http://www.emgu.com
Get the minimun bounding rectanble for this track
Namespace:
Emgu.CV.Cvb
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic Rectangle BoundingBox { get; }
Public ReadOnly Property BoundingBox As Rectangle
Get
public:
property Rectangle^ BoundingBox {
Rectangle^ get ();
}
member BoundingBox : Rectangle with get
Property Value
Type:
Rectangle
See Also