TConvolutionFilter5x5 Record
ImagingCanvases

Represents 5x5 convolution filter kernel.

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

ImagingCanvases (at line 110)

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