OpenCV 2.4.7

org.opencv.imgproc
Class CLAHE

java.lang.Object
  extended by org.opencv.core.Algorithm
      extended by org.opencv.imgproc.CLAHE

public class CLAHE
extends Algorithm


Method Summary
 void apply(Mat src, Mat dst)
           
 void setClipLimit(double clipLimit)
           
 void setTilesGridSize(Size tileGridSize)
           
 
Methods inherited from class org.opencv.core.Algorithm
getBool, getDouble, getInt, getMat, getMatVector, getString, paramHelp, paramType, setBool, setDouble, setInt, setMat, setMatVector, setString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

apply

public void apply(Mat src,
                  Mat dst)

setClipLimit

public void setClipLimit(double clipLimit)

setTilesGridSize

public void setTilesGridSize(Size tileGridSize)

OpenCV 2.4.7 Documentation