FilterSharpen5x5 Constant
ImagingCanvases

Kernel for 5x5 spharpening filter (Laplacian + original color).

Pascal
FilterSharpen5x5: TConvolutionFilter5x5 = ( Kernel: ((-1, -1, -1, -1, -1), (-1, -1, -1, -1, -1), (-1, -1, 25, -1, -1), (-1, -1, -1, -1, -1), (-1, -1, -1, -1, -1)); Divisor: 1);
File

ImagingCanvases (at line 493)

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