-2

I'd like to use the geostatistical texture to classify my remote sensing data, but I can't find a package that give a result I want---it should result a raster type output, so that I can use it with spectral date (such as TM) in R. I search this for days, nothing useful find. so I need your help.

Tonechas
  • 13,398
  • 16
  • 46
  • 80
logan
  • 327
  • 3
  • 8

1 Answers1

0

See the glcm package - it will handle a raster input and will output GLCM textures as a RasterStack. There is an example here.

Alex Zvoleff
  • 442
  • 2
  • 13