Skip to content

Sigill/IGLCM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

IGLCM

This code demonstrates how to compute gray level cooccurrence matrices for regions centered around each pixel of an image using the integral image principle.

This principle allow to reduce the time required to compute all matrices, but may use a lot more memory, since we need to keep in memory a cooccurrence matrix for each pixel of the image.

License

This tool is released under the terms of the MIT License. See the LICENSE.txt file for more details.

About

How to compute sliding gray level cooccurrence matrix on an image using the integral image principle (proof of concept).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published