FilterPrewittHorz3x3 Constant
ImagingCanvases

Kernel for 3x3 Prewitt horizontal edge detection filter.

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

ImagingCanvases (at line 440)

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