llahti / CarND-Traffic-Sign-Classifier-Project

0 stars 0 forks source link

Add CLAHE image normalization #3

Closed llahti closed 7 years ago

llahti commented 7 years ago

Contrast-limited Adaptive Histogram Equalization (CLAHE)

skimage has function to this http://scikit-image.org/docs/dev/api/skimage.exposure.html#skimage.exposure.equalize_adapthist

llahti commented 7 years ago

this have been also fixed in commit 197ce08