Package | Description |
---|---|
org.opencv.imgproc |
Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.