NTUST_Histogram_Equalization

Data dir: ./TestImg/
Result dir: ./out/

Parameter

The default kernel size of Local Histogram Equalization is (21, 21), if you want to change kernel size, the parameter is located at:
Histogram_Equalization.py

if __name__ == '__main__':
    ...
    ...
    kernel = (21, 21) # change here!!