Andrew Plowright
Andrew Plowright
Thanks for looking into it! It seems like a sequence of 428 vertices are invalidated by the smoothing process. Not sure why, though. ``` x % st_geometry() x
Hi @ailich, I finally got around to going through your library. Nice work! As you say in our README: > When comparing results across different software that calculate GLCM texture...
Thanks for your response Alex. First, I just wanted to mention that I may have found a bug when using these settings. ``` library(GLCMTextures) seg_mat
Thanks @ailich, this is all sounding quite promising. I'll create a branch of ForestTools this weekend and try implementing this.
Hi @ailich , it took a while but I've just pushed a new version of this package whereby the calculation of GLCMs and the associated metrics are handled by GLCMTextures....
Hi @zarch . No worries. I can confirm that I've set all the environment variables to ensure that Python37 is being used: ``` import sys print(sys.version) 3.7.0 (v3.7.0:1bf9cc5093, Jun 27...
Thanks for the update!