image processing using entropy

5 views (last 30 days)
How can I process an image with the help of entropy?

Accepted Answer

Image Analyst
Image Analyst on 19 Oct 2020
There is an entropyfilt() function in the Image Processing Toolbox.
  2 Comments
ali shahrokh
ali shahrokh on 19 Oct 2020
then,I can improve contrast of image with "entropyfilt"?
Image Analyst
Image Analyst on 19 Oct 2020
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().

Sign in to comment.

More Answers (0)

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!