Click or drag to resize

RetinaFastToneMappingApplyFastToneMapping Method

http://www.emgu.com
Applies a luminance correction (initially High Dynamic Range (HDR) tone mapping)

Namespace:  Emgu.CV.Bioinspired
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public void ApplyFastToneMapping(
	IInputArray inputImage,
	IOutputArray outputToneMappedImage
)

Parameters

inputImage
Type: Emgu.CVIInputArray
The input image to process RGB or gray levels
outputToneMappedImage
Type: Emgu.CVIOutputArray
The output tone mapped image
See Also