1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pgmtexture.md

13 lines
391 B
Markdown
Raw Normal View History

# 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}}`