pbmnoise, pgmhist, pgmkernel, pgmnoise, pgmramp, pgmtexture: add pages; ppmhist: modify page (#12202)

This commit is contained in:
Juri Dispan
2024-02-06 15:15:34 +01:00
committed by GitHub
parent 0d32539122
commit 5bdf79a65d
7 changed files with 109 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
# 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}}`