Table of Contents

Class CalibrateRobertson

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

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 int

maximal number of Gauss-Seidel solver iterations.

threshold float

get 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()