Package org.opencv.photo
Class TonemapMantiuk
- java.lang.Object
- 
- org.opencv.core.Algorithm
- 
- org.opencv.photo.Tonemap
- 
- org.opencv.photo.TonemapMantiuk
 
 
 
- 
 public class TonemapMantiuk extends Tonemap This algorithm transforms image to contrast using gradients on all levels of gaussian pyramid, transforms contrast values to HVS response and scales the response. After this the image is reconstructed from new contrast values. For more information see CITE: MM06 .
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedTonemapMantiuk(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TonemapMantiuk__fromPtr__(long addr)protected voidfinalize()floatgetSaturation()floatgetScale()voidsetSaturation(float saturation)voidsetScale(float scale)- 
Methods inherited from class org.opencv.core.Algorithmclear, empty, getDefaultName, getNativeObjAddr, save
 
- 
 
- 
- 
- 
Method Detail- 
__fromPtr__public static TonemapMantiuk __fromPtr__(long addr) 
 - 
getScalepublic float getScale() 
 - 
setScalepublic void setScale(float scale) 
 - 
getSaturationpublic float getSaturation() 
 - 
setSaturationpublic void setSaturation(float saturation) 
 
- 
 
-