Emgu CV Library Documentation
BoundingRectangle Property
NamespacesEmgu.CVContour<(Of <(T>)>)BoundingRectangle

www.emgu.com/wiki
Get the smallest bouding rectangle
Declaration Syntax
C#Visual BasicVisual C++
public override Rectangle BoundingRectangle { get; }
Public Overrides ReadOnly Property BoundingRectangle As Rectangle
public:
virtual property Rectangle BoundingRectangle {
	Rectangle get () override;
}
Remarks
Requires MCvContour.rect to be pre-computed

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)