Click or drag to resize

MultiTrackerUpdate Method (InputArray, Rect2d)

Update the current tracking status.

Namespace:  OpenCvSharp.Tracking
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public bool Update(
	InputArray image,
	out Rect2d[] boundingBox
)

Parameters

image
Type: OpenCvSharpInputArray
input image
boundingBox
Type: OpenCvSharpRect2d
the tracking result, represent a list of ROIs of the tracked objects.

Return Value

Type: Boolean
See Also