image processing using entropy
조회 수: 2 (최근 30일)
이전 댓글 표시
How can I process an image with the help of entropy?
댓글 수: 0
채택된 답변
Image Analyst
2020년 10월 19일
There is an entropyfilt() function in the Image Processing Toolbox.
댓글 수: 2
Image Analyst
2020년 10월 19일
entropyfilt() gives you the entropy at each location. This does not necessarily increase contrast. In fact it might not look much like a contrast adjusted version of the original at all. It looks more like an edge detection image. To increase contrast of an image, you should use imadjust().
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!