Click or drag to resize

MergeExposuresProcess Method

Merges images.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual void Process(
	IEnumerable<Mat> src,
	OutputArray dst,
	IEnumerable<float> times,
	InputArray response
)

Parameters

src
Type: System.Collections.GenericIEnumerableMat
vector of input images
dst
Type: OpenCvSharpOutputArray
result image
times
Type: System.Collections.GenericIEnumerableSingle
vector of exposure time values for each image
response
Type: OpenCvSharpInputArray
256x1 matrix with inverse camera response function for each pixel value, it should have the same number of channels as images.
See Also