histogram and histogram equalization of an image without using built-in functions
이전 댓글 표시
dear friends and community i need a program to generate histogram and histogram equalization of an image without using built-in functions such as imhist() and histeq()....... I hope you will help
댓글 수: 2
Muhammad Ghani
2012년 3월 6일
Have you found the code of histo equalization ??
Mohga Emam
2019년 11월 12일
hey Muhammad, here's my code for histogram equalization without built in function!
답변 (3개)
Image Analyst
2012년 1월 16일
1 개 추천
You can find my implementation of exact histogram equalization and specification here:
Though my uploaded screenshot doesn't show it, you can do a perfectly flat histogram also, or any other shape you desire.
Jurgen
2012년 11월 15일
0 개 추천
I gave an example here: http://www.mathworks.com/matlabcentral/answers/23228-i-want-to-know-if-we-can-implement-histogram-equalization-without-the-histeq-function
Hope it helps.
Mohga Emam
2019년 11월 12일
0 개 추천
hey polana, here's my answer
카테고리
도움말 센터 및 File Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!