logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Generate PGM Texture - Extract Image Features | Online Free DevTools by Hexmos

Generate PGM texture features with pgmtexture. Extract image textural information using distance parameters for advanced analysis. Free online tool, no registration required.

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

See Also