image processing using entropy
4 次查看(过去 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!