Table of Contents

Struct TrackerVit.Params

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

VIT tracker Params. A managed-friendly parameter bag; ToNativeStruct(nint) converts it into the blittable WTrackerVitParams mirror passed to the native entry point.

[SuppressMessage("Design", "CA1051: Do not declare visible instance fields")]
[SuppressMessage("Microsoft.Design", "CA1815: Override equals and operator equals on value types")]
public struct TrackerVit.Params
Inherited Members

Fields

Backend

dnn::Backend

MeanValue

mean value for image preprocessing

Net

Path to the pre-trained DNN model (.onnx)

StdValue

std value for image preprocessing

Target

dnn::Target

TrackingScoreThreshold

threshold for tracking score