Files
cheatsheet-tldr/tldr/pgmtexture

18 lines
484 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`