Package org.opencv.photo
Class TonemapDrago
- java.lang.Object
- 
- org.opencv.core.Algorithm
- 
- org.opencv.photo.Tonemap
- 
- org.opencv.photo.TonemapDrago
 
 
 
- 
 public class TonemapDrago extends Tonemap 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 .
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedTonemapDrago(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TonemapDrago__fromPtr__(long addr)protected voidfinalize()floatgetBias()floatgetSaturation()voidsetBias(float bias)voidsetSaturation(float saturation)- 
Methods inherited from class org.opencv.core.Algorithmclear, empty, getDefaultName, getNativeObjAddr, save
 
- 
 
- 
- 
- 
Method Detail- 
__fromPtr__public static TonemapDrago __fromPtr__(long addr) 
 - 
getBiaspublic float getBias() 
 - 
getSaturationpublic float getSaturation() 
 - 
setBiaspublic void setBias(float bias) 
 - 
setSaturationpublic void setSaturation(float saturation) 
 
- 
 
-