Uses of Class
org.opencv.imgproc.CLAHE
-
Packages that use CLAHE Package Description org.opencv.imgproc -
-
Uses of CLAHE in org.opencv.imgproc
Methods in org.opencv.imgproc that return CLAHE Modifier and Type Method Description static CLAHECLAHE. __fromPtr__(long addr)static CLAHEImgproc. createCLAHE()Creates a smart pointer to a cv::CLAHE class and initializes it.static CLAHEImgproc. createCLAHE(double clipLimit)Creates a smart pointer to a cv::CLAHE class and initializes it.static CLAHEImgproc. createCLAHE(double clipLimit, Size tileGridSize)Creates a smart pointer to a cv::CLAHE class and initializes it.
-