Table of Contents

Method Update

Namespace
OpenCvSharp.Tracking.Legacy
Assembly
OpenCvSharp.dll

Update(Mat)

Update all trackers from the tracking-list, find a new most likely bounding boxes for the targets.

public bool Update(Mat image)

Parameters

image Mat

The current frame

Returns

bool

True means that all targets were located and false means that tracker couldn't locate one of the targets in the current frame. Note that the latter does not imply that tracker has failed - the target may indeed be missing from the frame (say, out of sight).