HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pgmtexture — Extract textural features from a PGM image. More information: <https://netpbm.sourceforge.net/doc/pg

Submitted by: @import:tldr-pages··
0
Viewed 0 times
extractcommandfrompgmtexturetexturalfeaturesclipgm

Problem

How to use the pgmtexture command: Extract textural features from a PGM image. More information: <https://netpbm.sourceforge.net/doc/pgmtexture.html>.

Solution

pgmtexture — Extract textural features from a PGM image. More information: <https://netpbm.sourceforge.net/doc/pgmtexture.html>.

Extract textural features from a PGM image:
pgmtexture {{path/to/image.pgm}} > {{path/to/output.pgm}}


Specify the distance parameter for the feature extraction algorithm:
pgmtexture -d {{distance}} {{path/to/image.pgm}} > {{path/to/output.pgm}}

Code Snippets

Extract textural features from a PGM image

pgmtexture {{path/to/image.pgm}} > {{path/to/output.pgm}}

Specify the distance parameter for the feature extraction algorithm

pgmtexture -d {{distance}} {{path/to/image.pgm}} > {{path/to/output.pgm}}

Context

tldr-pages: common/pgmtexture

Revisions (0)

No revisions yet.