Hi Willem On 2014-12-05 01:08:04, Willem Olding <willemolding@gmail.com> wrote:
To overcome this I extended scikit-image with a function that performs the sliding window as fast cython code. It takes an image, distance, angle and window size and generates a texture image with the GLCM features ['mean','variance','contrast','dissimilarity','homogeneity','ASM','entropy','correlation'] calculated at every pixel.
We had a request for something very similar a while ago! Also, I think we need to think about the API for the current GLCM functionality--it seems it is more natural to specify specific offsets, rather than the current angle/radius. What do you think?
Would this be something people are interested in including as part of scikit-image?
Absolutely! Please file a pull request, and then we can work on it there. Regards Stéfan