Click or drag to resize

KernelType Enumeration

Kernel type expressed as size. Referenced by Smooth operation.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public enum KernelType
Members
  Member nameDescription
Size3x3 9 element kernel.
Size5x5 25 element kernel.
Size7x7 49 element kernel.
See Also