FilterAverage5x5 Constant
ImagingCanvases

Kernel for 5x5 average smoothing filter.

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

ImagingCanvases (at line 401)

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