Static Public Attributes | List of all members
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. More...
 
int Kernel3x3 = 3
 Kernel with 3 x 3 elements. More...
 
int Kernel4x4 = 4
 Kernel with 4 x 4 elements. More...
 
int Kernel5x5 = 5
 Kernel with 5 x 5 elements. More...
 

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.

Member Data Documentation

◆ Kernel2x2

int Kernel2x2 = 2
static

Kernel with 2 x 2 elements.

◆ Kernel3x3

int Kernel3x3 = 3
static

Kernel with 3 x 3 elements.

◆ Kernel4x4

int Kernel4x4 = 4
static

Kernel with 4 x 4 elements.

◆ Kernel5x5

int Kernel5x5 = 5
static

Kernel with 5 x 5 elements.