Click or drag to resize

TonemapDrago Constructor

http://www.emgu.com
Creates TonemapDrago object.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public TonemapDrago(
	float gamma = 1f,
	float saturation = 1f,
	float bias = 0.85f
)

Parameters

gamma (Optional)
Type: SystemSingle
gamma value for gamma correction.
saturation (Optional)
Type: SystemSingle
positive saturation enhancement value. 1.0 preserves saturation, values greater than 1 increase saturation and values less than 1 decrease it.
bias (Optional)
Type: SystemSingle
value for bias function in [0, 1] range. Values from 0.7 to 0.9 usually give best results, default value is 0.85.
See Also