Class CalibrateRobertson
Inverse camera response function is extracted for each brightness value by minimizing an objective function as linear system. This algorithm uses all image pixels.
public class CalibrateRobertson : CalibrateCRF, IDisposable
- Inheritance
-
CalibrateRobertson
- Implements
- Inherited Members
Constructors
CalibrateRobertson(int, float)
Creates CalibrateRobertson object.
public CalibrateRobertson(int maxIter = 30, float threshold = 0.01)
Parameters
maxIter
intmaximal number of Gauss-Seidel solver iterations.
threshold
floatget difference between results of two successive steps of the minimization.
Methods
DisposeObject()
Release the unmanaged memory associated with this CalibrateCRF object
protected override void DisposeObject()