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.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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