FilterPrewittVert3x3 Constant
ImagingCanvases

Kernel for 3x3 Prewitt vertical edge detection filter.

Pascal
FilterPrewittVert3x3: TConvolutionFilter3x3 = ( Kernel: ((-1, 0, 1), (-1, 0, 1), (-1, 0, 1)); Divisor: 1);
File

ImagingCanvases (at line 447)

Related Information
You are here: Symbol Reference > Constants > FilterPrewittVert3x3 Constant