Table of Contents

Property TermCriteria

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

TermCriteria

The termination criteria of the %EM algorithm. The EM algorithm can be terminated by the number of iterations termCrit.maxCount (number of M-steps) or when relative change of likelihood logarithm is less than termCrit.epsilon. Default maximum number of iterations is EM::DEFAULT_MAX_ITERS=100.

public TermCriteria TermCriteria { get; set; }

Property Value

TermCriteria