Google
CommonTypes.KernelData Record
Namespace
Pascal
KernelData = packed record
  Sum: Longword;
  Max: byte;
  Min: byte;
  Kernel: TByteMatrix;
  end;
File
Description

This is record CommonTypes.KernelData.

Related Information