Class AlignExposures
The base class for algorithms that align images of the same scene with different exposures
public abstract class AlignExposures : UnmanagedObject, IDisposable
- Inheritance
-
AlignExposures
- Implements
- Derived
- Inherited Members
Constructors
AlignExposures()
protected AlignExposures()
Fields
_alignExposuresPtr
The pointer to the native AlignExposures object
protected nint _alignExposuresPtr
Field Value
Methods
DisposeObject()
Reset the pointer that points to the CalibrateCRF object.
protected override void DisposeObject()
Process(IInputArrayOfArrays, VectorOfMat, IInputArray, IInputArray)
Aligns images.
public void Process(IInputArrayOfArrays src, VectorOfMat dst, IInputArray times, IInputArray response)
Parameters
src
IInputArrayOfArraysvector of input images
dst
VectorOfMatvector of aligned images
times
IInputArrayvector of exposure time values for each image
response
IInputArray256x1 matrix with inverse camera response function for each pixel value, it should have the same number of channels as images.