createCLAHE function
Implementation
CLAHE createCLAHE({double clipLimit = 40, (int width, int height) tileGridSize = (8, 8)}) {
return CLAHE.create(clipLimit, tileGridSize);
}
CLAHE createCLAHE({double clipLimit = 40, (int width, int height) tileGridSize = (8, 8)}) {
return CLAHE.create(clipLimit, tileGridSize);
}