CVBpy 14.0
All Classes Namespaces Functions Variables Properties Pages
KernelSize Class Reference

Available kernel sizes for the filter functions exported by the Minos library. More...

Inherits object.

Static Public Attributes

int Kernel2x2 = 2
 Kernel with 2 x 2 elements.
 
int Kernel3x3 = 3
 Kernel with 3 x 3 elements.
 
int Kernel4x4 = 4
 Kernel with 4 x 4 elements.
 
int Kernel5x5 = 5
 Kernel with 5 x 5 elements.
 

Detailed Description

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.