Class CalibrateCRF
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
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
IInputArrayVector of input images
dst
IOutputArray256x1 matrix with inverse camera response function
times
IInputArrayVector of exposure time values for each image