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 CLAHE
CLAHE. __fromPtr__(long addr)
static CLAHE
Imgproc. createCLAHE()
Creates a smart pointer to a cv::CLAHE class and initializes it.static CLAHE
Imgproc. createCLAHE(double clipLimit)
Creates a smart pointer to a cv::CLAHE class and initializes it.static CLAHE
Imgproc. createCLAHE(double clipLimit, Size tileGridSize)
Creates a smart pointer to a cv::CLAHE class and initializes it.
-