Reputation: 31
How can I calculate the entropy
of individual pixels? The function entropy of matlab calculates the entropy of an image. I want to calculate the entropy of every pixel
Upvotes: 1
Views: 2615
Reputation: 114816
As I pointed out in my comment, it is meaningless to ask the entropy of a single pixel.
Having said that, you might want to look at entropyfilt
- measuring the entropy of a region around a pixel.
Upvotes: 1