mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 16:51:20 +00:00
Update cheatsheets
This commit is contained in:
17
pgmtexture
Normal file
17
pgmtexture
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user