Table of Contents

Method Process

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Process(IEnumerable<Mat>, OutputArray, IEnumerable<float>, InputArray)

Merges images.

public virtual void Process(IEnumerable<Mat> src, OutputArray dst, IEnumerable<float> times, InputArray response)

Parameters

src IEnumerable<Mat>

vector of input images

dst OutputArray

result image

times IEnumerable<float>

vector of exposure time values for each image

response InputArray

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