Class CalibrateRobertson
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
CalibrateRobertson object
public class CalibrateRobertson : CalibrateCRF, IDisposable
- Inheritance
-
CalibrateRobertson
- Implements
- Inherited Members
Properties
MaxIter
public int MaxIter { get; set; }
Property Value
Radiance
public Mat Radiance { get; }
Property Value
Threshold
public float Threshold { get; set; }
Property Value
Methods
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.