Namespace OpenCvSharp.Tracking
Classes
- TrackerCSRT
Base abstract class for the long-term tracker
- TrackerKCF
Base abstract class for the long-term tracker
Structs
- TrackerCSRT.Params
CSRT Params. A managed-friendly parameter bag; ToNativeStruct(nint) converts it into the blittable WTrackerCSRTParams mirror passed to the native entry point.
- TrackerKCF.Params
TrackerKCF parameters. Layout matches
cv::TrackerKCF::Paramsso it can be passed directly to the native entry point; thebooloptions are backed by a single byte (nativeboolis one byte) to keep the struct blittable for source-generated marshalling.
- WTrackerCSRTParams
Blittable mirror of native
tracker_TrackerCSRT_Params(the use-flags areintandwindow_functionis achar*). Built from TrackerCSRT.Params for the P/Invoke.