Morphological Baselines

Note

All morphological algorithms use a half_window parameter to define the size of the window used for the morphological operators. half_window is index-based, rather than based on the units of the data, so proper conversions must be done by the user to get the desired window size.

Algorithms

mor (Morphological)

mor(): explanation for the algorithm.

(Source code)

../_images/morphological_2d-1_00.png

(png)

../_images/morphological_2d-1_01.png

(png)

imor (Improved Morphological)

imor(): explanation for the algorithm.

(Source code)

../_images/morphological_2d-2_00.png

(png)

../_images/morphological_2d-2_01.png

(png)

rolling_ball (Rolling Ball)

rolling_ball(): explanation for the algorithm.

(Source code)

../_images/morphological_2d-3_00.png

(png)

../_images/morphological_2d-3_01.png

(png)

tophat (Top-hat Transformation)

tophat(): explanation for the algorithm.

(Source code)

../_images/morphological_2d-4_00.png

(png)

../_images/morphological_2d-4_01.png

(png)