Uses of Class
org.opencv.imgproc.CLAHE
Packages that use CLAHE
-
Uses of CLAHE in org.opencv.imgproc
Methods in org.opencv.imgproc that return CLAHEModifier and TypeMethodDescriptionstatic 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.