Table of Contents

Class CalibrateCRF

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

The base class for camera response calibration algorithms.

public abstract class CalibrateCRF : UnmanagedObject, IDisposable
Inheritance
CalibrateCRF
Implements
Derived
Inherited Members

Constructors

CalibrateCRF()

protected CalibrateCRF()

Fields

_calibrateCRFPtr

The pointer to the calibrateCRF object

protected nint _calibrateCRFPtr

Field Value

nint

Methods

DisposeObject()

Reset the pointer that points to the CalibrateCRF object.

protected override void DisposeObject()

Process(IInputArray, IOutputArray, IInputArray)

Recovers inverse camera response.

public void Process(IInputArray src, IOutputArray dst, IInputArray times)

Parameters

src IInputArray

Vector of input images

dst IOutputArray

256x1 matrix with inverse camera response function

times IInputArray

Vector of exposure time values for each image