FilterEmboss3x3 Constant
ImagingCanvases

Kernel for 3x3 horz/vert embossing filter.

Pascal
FilterEmboss3x3: TConvolutionFilter3x3 = ( Kernel: ((2, 0, 0), (0, -1, 0), (0, 0, -1)); Divisor: 1; Bias: 0.5);
File

ImagingCanvases (at line 534)

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