pbmnoise, pgmhist, pgmkernel, pgmnoise, pgmramp, pgmtexture: add pages; ppmhist: modify page (#12202)
This commit is contained in:
12
pages/common/pgmtexture.md
Normal file
12
pages/common/pgmtexture.md
Normal 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}}`
|
Reference in New Issue
Block a user