http://www.emgu.com
Creates MergeMertens object.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic MergeMertens(
float contrastWeight = 1f,
float saturationWeight = 1f,
float exposureWeight = 0f
)
Public Sub New (
Optional contrastWeight As Single = 1F,
Optional saturationWeight As Single = 1F,
Optional exposureWeight As Single = 0F
)
public:
MergeMertens(
float contrastWeight = 1f,
float saturationWeight = 1f,
float exposureWeight = 0f
)
new :
?contrastWeight : float32 *
?saturationWeight : float32 *
?exposureWeight : float32
(* Defaults:
let _contrastWeight = defaultArg contrastWeight 1f
let _saturationWeight = defaultArg saturationWeight 1f
let _exposureWeight = defaultArg exposureWeight 0f
*)
-> MergeMertens
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