image processing using entropy
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ali shahrokh
el 18 de Oct. de 2020
Comentada: Image Analyst
el 19 de Oct. de 2020
How can I process an image with the help of entropy?
0 comentarios
Respuesta aceptada
Image Analyst
el 19 de Oct. de 2020
There is an entropyfilt() function in the Image Processing Toolbox.
2 comentarios
Image Analyst
el 19 de Oct. de 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().
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!