FilterLaplace3x3 Constant
ImagingCanvases

Kernel for 3x3 Laplace omni-directional edge detection filter (2nd derivative approximation).

Pascal
FilterLaplace3x3: TConvolutionFilter3x3 = ( Kernel: ((-1, -1, -1), (-1, 8, -1), (-1, -1, -1)); Divisor: 1);
File

ImagingCanvases (at line 469)

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