energy of the image
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
kalaivaani
el 4 de Feb. de 2014
Respondida: Sivakumar Kaliyappan
el 8 de Mayo de 2021
as the entropy of the image can be obtained by entropy filter as image ,can i get the image that shows the maximum energy pixels in the original gray image.
0 comentarios
Respuesta aceptada
Image Analyst
el 4 de Feb. de 2014
The pixel intensity is the energy. If you don't know why, ask me to explain why. You can get the max by doing this:
maxGrayLevel = max(grayImage(:)); % Get the max energy of a pixel.
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Image Segmentation and Analysis en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!