energy of the image
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
kalaivaani
il 4 Feb 2014
Risposto: Sivakumar Kaliyappan
il 8 Mag 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 Commenti
Risposta accettata
Image Analyst
il 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.
0 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Image Segmentation and Analysis in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!