How to normalise GLCM matrix?

After obtaining the GLCM what code should be written to normalise the obtained matrix?

 Accepted Answer

PRASHANT AMBADEKAR
PRASHANT AMBADEKAR on 14 Aug 2017
The GLCM can be normalised by dividing all elements of GLCM by the maximum value. I do not know how to do this in MATLAB.

2 Comments

What is that maximum number to do normalizaton?
mean of all elements in matrix is used to normalize

Sign in to comment.

More Answers (0)

Categories

Find more on Fourier Analysis and Filtering in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!