← 返回命令列表

Linux command

pgmkernel 命令

文本

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

Generate convolution kernel

pgmkernel [7] [7] > [kernel.pgm]

Generate with weight

pgmkernel -weight [6.0] [5] [5] > [kernel.pgm]

说明

pgmkernel generates convolution kernels as PGM images for use with pnmconvol. Creates Gaussian-like weighting patterns. Part of Netpbm toolkit.

参数

-weight _n_
Center pixel weight.

FAQ

What is the pgmkernel command used for?

pgmkernel generates convolution kernels as PGM images for use with pnmconvol. Creates Gaussian-like weighting patterns. Part of Netpbm toolkit.

How do I run a basic pgmkernel example?

Run `pgmkernel [7] [7] > [kernel.pgm]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -weight _n_ do in pgmkernel?

Center pixel weight.