Table of Contents

Property TermCriteria

Namespace
OpenCvSharp.ML
Assembly
OpenCvSharp.dll

TermCriteria

Termination criteria of the iterative SVM training procedure which solves a partial case of constrained quadratic optimization problem.

public TermCriteria TermCriteria { get; set; }

Property Value

TermCriteria

Remarks

You can specify tolerance and/or the maximum number of iterations. Default value is TermCriteria( TermCriteria::MAX_ITER + TermCriteria::EPS, 1000, FLT_EPSILON );