In the problem occurring is that I want to process the image using this function (graycoprops). To be able to do this I need first to create the GLCM (graycomatrix).
To do this for the whole image is easy but how can i do it for a small region (eg. 3x3) like a filter.
I was thinking something like 'colfilt' could work but I no idea how can i take each time the block values and feed them to the 'graycomatrix' and 'graycoprops'.
Any help would be much appreciated as I am many hours stack here !!!