Kernels
This section introduces kernel objects, which are input parameters for some ImageDev algorithms.
- MorphologicalKernel2d: Represents a 3x3 kernel dedicated to be applied on a binary image. Each kernel element can be assigned to one of three different values.
- MorphologicalKernel3d: Represents a 3x3x3 kernel dedicated to be applied on a binary image. Each kernel element can be assigned to one of three different values.
- MorphologicalLut2d: Represents a set of 3x3 morphological kernels stored as a one-dimensional array.
- MorphologicalLut3d: Represents a set of 3x3x3 morphological kernels stored as a one-dimensional array.
ImageDev manages two types of kernel:
- Morphological kernel , which is a basic kernel of size 3, dedicated to be applied on binary images with three potential values.
- Morphological LUT , which is a set of morphological kernels stored as a one-dimensional array.