image processing using entropy

4 ビュー (過去 30 日間)
ali shahrokh
ali shahrokh 2020 年 10 月 18 日
コメント済み: Image Analyst 2020 年 10 月 19 日
How can I process an image with the help of entropy?

採用された回答

Image Analyst
Image Analyst 2020 年 10 月 19 日
There is an entropyfilt() function in the Image Processing Toolbox.
  2 件のコメント
ali shahrokh
ali shahrokh 2020 年 10 月 19 日
then,I can improve contrast of image with "entropyfilt"?
Image Analyst
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 件)

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by