ddd_pylib.morphology.
BaseMorphologicalOperator#
- class ddd_pylib.morphology.BaseMorphologicalOperator[source]#
Bases:
ImageOperatorProvides more precise functions for morphology operation, mainly for kernel, with a kernel_radius attribute and a shape attribute for the kernel shape, Circle, Square or Diamond for a 2D kernel, and Sphere, Cube or Diamond for a 3D one.
- Parameters:
kernel_radius – The radius of the wanted kernel
shape – The shape of the kernel
Methods