Click or drag to resize

MergeMertens Constructor

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public MergeMertens(
	float contrastWeight = 1f,
	float saturationWeight = 1f,
	float exposureWeight = 0f
)

Parameters

contrastWeight (Optional)
Type: SystemSingle
contrast measure weight.
saturationWeight (Optional)
Type: SystemSingle
saturation measure weight
exposureWeight (Optional)
Type: SystemSingle
well-exposedness measure weight
See Also