OpenCV 3.0.0

org.opencv.photo
Class TonemapDrago

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

public class TonemapDrago
extends Tonemap


Method Summary
 float getBias()
           
 float getSaturation()
           
 void setBias(float bias)
           
 void setSaturation(float saturation)
           
 
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

getBias

public float getBias()

getSaturation

public float getSaturation()

setBias

public void setBias(float bias)

setSaturation

public void setSaturation(float saturation)

OpenCV 3.0.0 Documentation