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
maxCountintused in MinProblemSolver-DownhillSolver; terminal criteria to the algorithm.