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... | |
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.
|
static |
Kernel with 2 x 2 elements.
|
static |
Kernel with 3 x 3 elements.
|
static |
Kernel with 4 x 4 elements.
|
static |
Kernel with 5 x 5 elements.