Table of Contents

Class AlignExposures

Namespace
Emgu.CV
Assembly
Emgu.CV.dll

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

nint

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 IInputArrayOfArrays

vector of input images

dst VectorOfMat

vector of aligned images

times IInputArray

vector of exposure time values for each image

response IInputArray

256x1 matrix with inverse camera response function for each pixel value, it should have the same number of channels as images.