Click or drag to resize

TonemapDurand Constructor

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

Namespace:  Emgu.CV.XPhoto
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public TonemapDurand(
	float gamma = 1f,
	float contrast = 4f,
	float saturation = 1f,
	float sigmaSpace = 2f,
	float sigmaColor = 2f
)

Parameters

gamma (Optional)
Type: SystemSingle
gamma value for gamma correction.
contrast (Optional)
Type: SystemSingle
resulting contrast on logarithmic scale, i. e. log(max / min), where max and min are maximum and minimum luminance values of the resulting image.
saturation (Optional)
Type: SystemSingle
saturation enhancement value.
sigmaSpace (Optional)
Type: SystemSingle
bilateral filter sigma in color space
sigmaColor (Optional)
Type: SystemSingle
bilateral filter sigma in coordinate space
See Also