Click or drag to resize

MultiTrackerUpdate Method (InputArray)

Update the current tracking status. The result will be saved in the internal storage.

Namespace:  OpenCvSharp.Tracking
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public bool Update(
	InputArray image
)

Parameters

image
Type: OpenCvSharpInputArray
input image

Return Value

Type: Boolean
See Also