LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pgmtexture

calculates Haralick texture features from a PGM image using gray level

TLDR

Calculate image texture measures
$ pgmtexture [input.pgm]
copy
Specify distance
$ pgmtexture -d [1] [input.pgm]
copy

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.

SEE ALSO

Copied to clipboard
Kai