MergeMertens class
MergeMertens algorithm merge the ldr image should result in a HDR image. For further details, please see: https://docs.opencv.org/master/d6/df5/group__photo__hdr.html https://docs.opencv.org/master/d7/dd6/classcv_1_1MergeMertens.html https://docs.opencv.org/master/d6/df5/group__photo__hdr.html#ga79d59aa3cb3a7c664e59a4b5acc1ccb6
- Inheritance
- Available extensions
Constructors
- MergeMertens.create({double contrastWeight = 1.0, double saturationWeight = 1.0, double exposureWeight = 0.0})
-
factory
- MergeMertens.empty()
-
factory
- MergeMertens.fromPointer(MergeMertensPtr ptr, [bool attach = true])
-
factory
Properties
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
process(
VecMat src) → Mat - BalanceWhite computes merge LDR images using the current MergeMertens. Return a image MAT : 8bits 3 channel image ( RGB 8 bits ) For further details, please see: https://docs.opencv.org/master/d7/dd6/classcv_1_1MergeMertens.html#a2d2254b2aab722c16954de13a663644d
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- finalizer → NativeFinalizer
-
final