FilterKernelSize Enumeration

CVB.Net Documentation
Available kernel sizes for the filter functions exported by the Minos library. Note that not all filters will work with all kernel sizes (see filter function description for a list) and some filters only work with a fixed kernel size in the Minos library. Note also that the Minos filters will only work on images with 8 bits per pixel input.

Namespace:  Stemmer.Cvb.Minos
Assembly:  Stemmer.Cvb.Minos (in Stemmer.Cvb.Minos.dll) Version: 14.0.0.0
Syntax

public enum KernelSize
Members

  Member nameValueDescription
Kernel2x22 kernel with 2x2 elements
Kernel3x33 kernel with 3x3 elements
Kernel4x44 kernel with 4x4 elements
Kernel5x55 kernel with 5x5 elements
See Also

Reference