FilterSobelHorz3x3 Constant
ImagingCanvases

Kernel for 3x3 Sobel horizontal edge detection filter (1st derivative approximation).

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

ImagingCanvases (at line 426)

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