Class MultiTracker
- Namespace
- OpenCvSharp.Tracking.Legacy
- Assembly
- OpenCvSharp.dll
Base class for high-level OpenCV algorithms
public class MultiTracker : Algorithm, IDisposable
- Inheritance
-
MultiTracker
- Implements
- Inherited Members
Methods
- Add(LegacyTracker, Mat, Rect2d)
Add a new object to be tracked.
- Create()
Returns a pointer to a new instance of MultiTracker.
- GetObjects()
Returns the storage for the tracked objects, each object corresponds to one tracker algorithm.
- Update(Mat)
Update the current tracking status. The result will be saved in the internal storage.