VincentStimper / mclahe

NumPy and Tensorflow implementation of the Multidimensional Contrast Limited Adaptive Histogram Equalization (MCLAHE) procedure

Home Page:https://ieeexplore.ieee.org/document/8895993

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kernel_size parameter

CarlosNacher opened this issue · comments

Hi, thanks for the code.
I have one dubt. I don't understand the bolded part of the following sentence.

kernel_size: Tuple, list, or numpy array specifying the kernel size along the data dimensions. If kernel_size=None, the kernel size is set to 1/8 of the data size along each dimension. This is a typical choice for photographs. For more complex dataset, the kernel size should be roughly of the size of the features which shall be enhanced by MCLAHE