energy of the image

1 Ansicht (letzte 30 Tage)
kalaivaani
kalaivaani am 4 Feb. 2014
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.

Akzeptierte Antwort

Image Analyst
Image Analyst am 4 Feb. 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.

Weitere Antworten (1)

Sivakumar Kaliyappan
Sivakumar Kaliyappan am 8 Mai 2021
Max_intensity=max(max(grayImage))

Community Treasure Hunt

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

Start Hunting!

Translated by