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 .
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
TonemapMantiuk(long addr)
-
Method Summary
Modifier and Type Method Description static TonemapMantiuk
__fromPtr__(long addr)
protected void
finalize()
float
getSaturation()
float
getScale()
void
setSaturation(float saturation)
void
setScale(float scale)
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
Method Details