Click or drag to resize
CalibrateCRFProcess Method
http://www.emgu.com
Recovers inverse camera response.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Process(
	IInputArray src,
	IOutputArray dst,
	IInputArray times
)

Parameters

src
Type: Emgu.CVIInputArray
Vector of input images
dst
Type: Emgu.CVIOutputArray
256x1 matrix with inverse camera response function
times
Type: Emgu.CVIInputArray
Vector of exposure time values for each image
See Also