FilterLaplace5x5 Constant
ImagingCanvases

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

Pascal
FilterLaplace5x5: TConvolutionFilter5x5 = ( Kernel: ((-1, -1, -1, -1, -1), (-1, -1, -1, -1, -1), (-1, -1, 24, -1, -1), (-1, -1, -1, -1, -1), (-1, -1, -1, -1, -1)); Divisor: 1);
File

ImagingCanvases (at line 477)

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