Table of Contents

Method SetMaxCount

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetMaxCount(int)

Sets the terminal criteria max count used in MinProblemSolver-DownhillSolver. Default: 5000.

public void SetMaxCount(int maxCount)

Parameters

maxCount int

used in MinProblemSolver-DownhillSolver; terminal criteria to the algorithm.