https://github.com/josgard94/image-processing-algorithm-contrast-limited-adaptative-histogram-qualization-clahe
In this reprositorio the CLAHE technique (Contrast limited adaptive histogram equalization) is presented, in the area of image processing one of the most used functions is the enhancement contrast, this technique is used when an image has a deficient contrast. Moreover, CLAHE was originally developed for medical imaging and has been shown to be successful in low-contrast imaging.
https://github.com/josgard94/image-processing-algorithm-contrast-limited-adaptative-histogram-qualization-clahe
clahe contrast-enhancement image-classification image-manipulation image-processing
Last synced: 4 months ago
JSON representation
In this reprositorio the CLAHE technique (Contrast limited adaptive histogram equalization) is presented, in the area of image processing one of the most used functions is the enhancement contrast, this technique is used when an image has a deficient contrast. Moreover, CLAHE was originally developed for medical imaging and has been shown to be successful in low-contrast imaging.
- Host: GitHub
- URL: https://github.com/josgard94/image-processing-algorithm-contrast-limited-adaptative-histogram-qualization-clahe
- Owner: josgard94
- Created: 2021-10-12T18:31:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T18:44:13.000Z (over 4 years ago)
- Last Synced: 2025-10-07T08:43:33.483Z (9 months ago)
- Topics: clahe, contrast-enhancement, image-classification, image-manipulation, image-processing
- Language: MATLAB
- Homepage:
- Size: 1.71 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image-processing-Algorithm---Contrast-Limited-Adaptative-Histogram-Qualization-CLAHE-.-
In this reprositorio the CLAHE technique (Contrast limited adaptive histogram equalization) is presented, in the area of image processing one of the most used functions is the contrast enhancement, this technique is used when an image has a deficient contrast. Moreover, CLAHE was originally developed for medical imaging and has been shown to be successful in low-contrast imaging.
references: CLAHE Contrast-limited adaptive histogram equalization
K. Zuiderveld, "Contrast limited adaptive histograph equalization,"
in: P.S. Heckbert (Ed.), Graphic Gems IV, Academic Press,
San Diego, USA, 1994, pp. 474-485.