Get GLCM statistics for a single unsegmented image
glcm_img(img, n_grey = 32, angle = 0, d = 1, normalize = TRUE)
matrix or raster. Input image
integer. Number of grey levels used to discretize image
integer. Angle at which GLCM will be calculated. Valid inputs are 0, 45, 90, or 135
numeric. Distance for calculating GLCM
boolean. Normalize output image before calculating statistics