TConvolutionFilter3x3 Record
ImagingCanvases

Represents 3x3 convolution filter kernel.

Pascal
public TConvolutionFilter3x3 = record
  Kernel: array[0..2, 0..2] of LongInt;
  Divisor: LongInt;
  Bias: Single;
  end;
File

ImagingCanvases (at line 103)

Related Information
You are here: Symbol Reference > Structs, Records, Enums > TConvolutionFilter3x3 Record