Click or drag to resize

RetinaFastToneMappingSetup Method

http://www.emgu.com
Updates tone mapping behaviors by adjusting the local luminance computation area

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 Setup(
	float photoreceptorsNeighborhoodRadius = 3f,
	float ganglioncellsNeighborhoodRadius = 1f,
	float meanLuminanceModulatorK = 1f
)

Parameters

photoreceptorsNeighborhoodRadius (Optional)
Type: SystemSingle
The first stage local adaptation area
ganglioncellsNeighborhoodRadius (Optional)
Type: SystemSingle
The second stage local adaptation area
meanLuminanceModulatorK (Optional)
Type: SystemSingle
The factor applied to modulate the meanLuminance information (default is 1, see reference paper)
See Also