Table of Contents

Property TermCriteria

Namespace
OpenCvSharp.ML
Assembly
OpenCvSharp.dll

TermCriteria

Termination criteria of the training algorithm. You can specify the maximum number of iterations (maxCount) and/or how much the error could change between the iterations to make the algorithm continue (epsilon).

public TermCriteria TermCriteria { get; set; }

Property Value

TermCriteria