Class TonemapDrago
java.lang.Object
org.opencv.core.Algorithm
org.opencv.photo.Tonemap
org.opencv.photo.TonemapDrago
Adaptive logarithmic mapping is a fast global tonemapping algorithm that scales the image in
logarithmic domain.
Since it's a global operator the same function is applied to all the pixels, it is controlled by the
bias parameter.
Optional saturation enhancement is possible as described in CITE: FL02 .
For more information see CITE: DM03 .
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TonemapDrago__fromPtr__(long addr) protected voidfinalize()floatgetBias()floatvoidsetBias(float bias) voidsetSaturation(float saturation) Methods inherited from class Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
TonemapDrago
protected TonemapDrago(long addr)
-
-
Method Details
-
__fromPtr__
-
getSaturation
public float getSaturation() -
setSaturation
public void setSaturation(float saturation) -
getBias
public float getBias() -
setBias
public void setBias(float bias) -
finalize
-