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