pnmconvol
Verified for current stable LTS
Pnmconvol Command: Normalize Convolution Matrix Weights
Use for normalize convolution matrix weights with Pnmconvol. Exact CLI syntax to normalize convolution matrix weights using Pnmconvol.
When to use this: Use for normalize convolution matrix weights with Pnmconvol.
Command Syntax
pnmconvol -matrix=-1,3,-1 -normalize <path/to/image.pnm> > <path/to/output.pnm> pnmconvol -matrix=-1,3,-1 -normalize <path/to/image.pnm> > <path/to/output.pnm> Command Breakdown
-matrix=-1,3,-1- Command Option
- Tool-specific option used by this command invocation.
-normalize- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to normalize convolution matrix weights using Pnmconvol.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pnmconvol Command: Convolve Pnm Image With Convolution Matrices From Files
pnmconvol -matrixfile <path/to/matrix1,path/to/matrix2,...> <path/to/image.pnm> > <path/to/output.pnm> Pnmconvol Command: Convolve Pnm Image With Convolution Matrix pnmconvol -matrix=-1,3,-1 <path/to/image.pnm> > <path/to/output.pnm> Pnmconvol Command: Convolve Pnm Image With Convolution Matrix From Pnm File pnmconvol <path/to/matrix.pnm> <path/to/image.pnm> > <path/to/output.pnm>