pgmtexture
calculates Haralick texture features from a PGM image using gray level
TLDR
Calculate image texture measures
$ pgmtexture [input.pgm]
Specify distance$ pgmtexture -d [1] [input.pgm]
SYNOPSIS
pgmtexture [options] [file]
DESCRIPTION
pgmtexture calculates Haralick texture features from a PGM image using gray level co-occurrence matrices. Outputs statistical measures for texture analysis. Part of Netpbm toolkit.
PARAMETERS
-d n
Distance for co-occurrence matrix.
INSTALL
sudo apt install netpbm
sudo dnf install netpbm
sudo pacman -S netpbm
sudo apk add netpbm
sudo zypper install netpbm
brew install netpbm
nix profile install nixpkgs#netpbm