Method Create
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Create(int, float)
Creates CalibrateRobertson object
public static CalibrateRobertson Create(int maxIter = 30, float threshold = 0.01)
Parameters
maxIterintmaximal number of Gauss-Seidel solver iterations.
thresholdfloattarget difference between results of two successive steps of the minimization.