Click or drag to resize

CalibrateCRFProcess Method

Recovers inverse camera response.

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

Parameters

src
Type: System.Collections.GenericIEnumerableMat
vector of input images
dst
Type: OpenCvSharpOutputArray
256x1 matrix with inverse camera response function
times
Type: System.Collections.GenericIEnumerableSingle
vector of exposure time values for each image
See Also