FilterNegative3x3 Constant
ImagingCanvases

Kernel for filter that negates all images pixels.

Pascal
FilterNegative3x3: TConvolutionFilter3x3 = ( Kernel: ((0, 0, 0), (0, -1, 0), (0, 0, 0)); Divisor: 1; Bias: 1);
File

ImagingCanvases (at line 526)

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