energy of the image
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Image Analyst
2014-2-4
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 个评论
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!