Table of Contents

Struct TrackerBoosting.Params

Namespace
OpenCvSharp.Tracking.Legacy
Assembly
OpenCvSharp.dll

TrackerBoosting parameters. Layout matches cv::legacy::TrackerBoosting::Params.

[SuppressMessage("Microsoft.Design", "CA1815: Override equals and operator equals on value types")]
public struct TrackerBoosting.Params
Inherited Members

Fields

FeatureSetNumFeatures

features

public int FeatureSetNumFeatures

Field Value

int

IterationInit

the initial iterations

public int IterationInit

Field Value

int

NumClassifiers

the number of classifiers to use in a OnlineBoosting algorithm

public int NumClassifiers

Field Value

int

SamplerOverlap

search region parameters to use in a OnlineBoosting algorithm

public float SamplerOverlap

Field Value

float

SamplerSearchFactor

search region parameters to use in a OnlineBoosting algorithm

public float SamplerSearchFactor

Field Value

float