MATLAB: What is the procedure to determine the GLCM of non-overlapping blocks with the indexing technique

glcmindexing methodnon-overlapping blocks

GLCM means gray-level co-occurence matrix
i've divided the input image into non-overlapping blocks using the indexing technique u told me earlier…
now i want to calculate the GLCM of every block.
what should i do ?

Best Answer

Call graycomatrix(). If you want all 8 directions, you have to call it 8 times.
Related Question