Click or drag to resize

AlignExposuresProcess Method

http://www.emgu.com
Aligns images.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public void Process(
	IInputArrayOfArrays src,
	VectorOfMat dst,
	IInputArray times,
	IInputArray response
)

Parameters

src
Type: Emgu.CVIInputArrayOfArrays
vector of input images
dst
Type: Emgu.CV.UtilVectorOfMat
vector of aligned images
times
Type: Emgu.CVIInputArray
vector of exposure time values for each image
response
Type: Emgu.CVIInputArray
256x1 matrix with inverse camera response function for each pixel value, it should have the same number of channels as images.
See Also