Package org.opencv.photo
Class TonemapMantiuk
java.lang.Object
org.opencv.core.Algorithm
org.opencv.photo.Tonemap
org.opencv.photo.TonemapMantiuk
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 .
-
Method Summary
Modifier and TypeMethodDescriptionstatic TonemapMantiuk__fromPtr__(long addr) floatfloatgetScale()voidsetSaturation(float saturation) voidsetScale(float scale) Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Method Details
-
__fromPtr__
-
getScale
public float getScale() -
setScale
public void setScale(float scale) -
getSaturation
public float getSaturation() -
setSaturation
public void setSaturation(float saturation)
-