FilterSobelVert3x3 Constant
ImagingCanvases

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

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

ImagingCanvases (at line 433)

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