OpenCV 3.0.0-rc1

org.opencv.photo
Class TonemapMantiuk

java.lang.Object
  extended by org.opencv.core.Algorithm
      extended by org.opencv.photo.Tonemap
          extended by org.opencv.photo.TonemapMantiuk

public class TonemapMantiuk
extends Tonemap


Method Summary
 float getSaturation()
           
 float getScale()
           
 void setSaturation(float saturation)
           
 void setScale(float scale)
           
 
Methods inherited from class org.opencv.photo.Tonemap
getGamma, process, setGamma
 
Methods inherited from class org.opencv.core.Algorithm
clear, getDefaultName, save
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSaturation

public float getSaturation()

getScale

public float getScale()

setSaturation

public void setSaturation(float saturation)

setScale

public void setScale(float scale)

OpenCV 3.0.0-rc1 Documentation