Class CalibrateRobertson
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
CalibrateRobertson object
public class CalibrateRobertson : CalibrateCRF, IDisposable, ICvPtrHolder
- Inheritance
-
CalibrateRobertson
- Implements
- Inherited Members
Constructors
CalibrateRobertson(nint)
Creates instance by raw pointer cv::CalibrateRobertson*
protected CalibrateRobertson(nint p)
Parameters
pnint
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.
Returns
DisposeManaged()
Releases managed resources
protected override void DisposeManaged()