Click or drag to resize

TonemapMantiuk Constructor

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public TonemapMantiuk(
	float gamma = 1f,
	float scale = 0.7f,
	float saturation = 1f
)

Parameters

gamma (Optional)
Type: SystemSingle
gamma value for gamma correction.
scale (Optional)
Type: SystemSingle
contrast scale factor. HVS response is multiplied by this parameter, thus compressing dynamic range. Values from 0.6 to 0.9 produce best results.
saturation (Optional)
Type: SystemSingle
saturation enhancement value.
See Also