http://www.emgu.com
Initialize the tracker with a know bounding box that surrounding the target.
Namespace:
Emgu.CV.Tracking
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic bool Init(
Mat image,
Rectangle boundingBox
)
Public Function Init (
image As Mat,
boundingBox As Rectangle
) As Boolean
public:
bool Init(
Mat^ image,
Rectangle boundingBox
)
member Init :
image : Mat *
boundingBox : Rectangle -> bool
Parameters
- image
- Type: Emgu.CVMat
The initial frame - boundingBox
- Type: System.DrawingRectangle
The initial bounding box
Return Value
Type:
BooleanTrue if successful.
See Also