Skip to content

This is a small repo demoing a method for calculating the entropy of a color image by looking at the magnitudes of the pixel-wise gradient of the image.

Notifications You must be signed in to change notification settings

AdrianCiotinga/ImageEntropy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Image Entropy

This is a small demo of a method of calculating the information content of an image (image entropy). Specifically, this method computes the Shannon entropy of the histogram of gradient magnitudes of each pixel in an image, which captures spatial information better than simply computing Shannon entropy for the histogram of raw pixel intensity values. To read more about this, check out my post at https://ciotinga.com

About

This is a small repo demoing a method for calculating the entropy of a color image by looking at the magnitudes of the pixel-wise gradient of the image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published