Class Tracker
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Base abstract class for the long-term tracker
public abstract class Tracker : Algorithm, IDisposable
- Inheritance
-
Tracker
- Implements
- Derived
- Inherited Members
Constructors
- Tracker(nint, nint, Action<nint>)
Constructor for the factory pattern (cv::Ptr<T>* + raw T*).
Methods
- GetTrackingScore()
Return tracking score
- Init(Mat, Rect)
Initialize the tracker with a know bounding box that surrounding the target
- Update(Mat, ref Rect)
Update the tracker, find the new most likely bounding box for the target