Click or drag to resize

Tonemap Constructor (Single)

http://www.emgu.com
Creates simple linear mapper with gamma correction.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Tonemap(
	float gamma = 1f
)

Parameters

gamma (Optional)
Type: SystemSingle
positive value for gamma correction. Gamma value of 1.0 implies no correction, gamma equal to 2.2f is suitable for most displays. Generally gamma > 1 brightens the image and gamma < 1 darkens it.
See Also