Negentropy?

6 Ansichten (letzte 30 Tage)
DIlshan Godaliyadda
DIlshan Godaliyadda am 14 Mär. 2012
Would anyone happen to have a Matlab/C Script to calculate Negentropy of an image?
Thank you!

Antworten (2)

David Young
David Young am 14 Mär. 2012
ne = 0.5*log(2*pi*exp(1)*var(Image(:))) - entropy(Image)
- though you might need to worry about the image mean. The formula above is based on the Wikipedia articles on negentropy and the Normal distribution, but if the image mean is non-zero it doesn't seem to work. Perhaps someone else can comment and shed more light on this.

Aaditya Kalsi
Aaditya Kalsi am 1 Apr. 2012
I think:
Image = Image - mean(Image(:));
should fix it.

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by