I am quite new to image processing and I have question concerning the use of a MATLAB function like a filter (graycoprops
).
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 (e.g. 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!!!