Table of Contents

Struct TrackerDaSiamRPN.Params

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

DaSiamRPN Params. A managed-friendly parameter bag; ToNativeStruct(nint, nint, nint) converts it into the blittable WTrackerDaSiamRPNParams 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 TrackerDaSiamRPN.Params
Inherited Members

Fields

Backend

dnn::Backend

KernelCls1

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

KernelR1

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

Model

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

Target

dnn::Target