| TrackerInit Method |
Initialize the tracker with a know bounding box that surrounding the target
Namespace:
OpenCvSharp.Tracking
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public bool Init(
Mat image,
Rect2d boundingBox
)
Public Function Init (
image As Mat,
boundingBox As Rect2d
) As Boolean
public:
bool Init(
Mat^ image,
Rect2d boundingBox
)
member Init :
image : Mat *
boundingBox : Rect2d -> bool
Parameters
- image
- Type: OpenCvSharpMat
The initial frame - boundingBox
- Type: OpenCvSharpRect2d
The initial boundig box
Return Value
Type:
Boolean[Missing <returns> documentation for "M:OpenCvSharp.Tracking.Tracker.Init(OpenCvSharp.Mat,OpenCvSharp.Rect2d)"]
See Also