Click or drag to resize

TrackerInit Method

Initialize the tracker with a know bounding box that surrounding the target

Namespace:  OpenCvSharp.Tracking
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public bool Init(
	Mat image,
	Rect2d boundingBox
)

Parameters

image
Type: OpenCvSharpMat
The initial frame
boundingBox
Type: OpenCvSharpRect2d
The initial boundig box

Return Value

Type: Boolean
See Also