Table of Contents

Method Process

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

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

Recovers inverse camera response.

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

Parameters

src IEnumerable<Mat>

vector of input images

dst OutputArray

256x1 matrix with inverse camera response function

times IEnumerable<float>

vector of exposure time values for each image