Is there a way to split an image into different boxes and run GLCM on each separate box? E.g. split a 1000 x 1000 image into 50 20 x 20 boxes.
I'm looking to pinpoint regions of an image which show homogeneity - and then localise my analysis. I suspect that you can use blockproc to do this, but I'm not sure how to write the 'fun' function so that it runs the GLCM code. Many thanks.