Linux command
pgmtexture 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Calculate image texture measures
pgmtexture [input.pgm]
Specify distance
pgmtexture -d [1] [input.pgm]
说明
pgmtexture calculates Haralick texture features from a PGM image using gray level co-occurrence matrices. Outputs statistical measures for texture analysis. Part of Netpbm toolkit.
参数
- -d _n_
- Distance for co-occurrence matrix.
FAQ
What is the pgmtexture command used for?
pgmtexture calculates Haralick texture features from a PGM image using gray level co-occurrence matrices. Outputs statistical measures for texture analysis. Part of Netpbm toolkit.
How do I run a basic pgmtexture example?
Run `pgmtexture [input.pgm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -d _n_ do in pgmtexture?
Distance for co-occurrence matrix.