Table of Contents

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::Params so it can be passed directly to the native entry point; the bool options are backed by a single byte (native bool is one byte) to keep the struct blittable for source-generated marshalling.

WTrackerCSRTParams

Blittable mirror of native tracker_TrackerCSRT_Params (the use-flags are int and window_function is a char*). Built from TrackerCSRT.Params for the P/Invoke.

Enums

TrackerTypes