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.
imor (Improved Morphological)
imor():
explanation for the algorithm.
rolling_ball (Rolling Ball)
rolling_ball():
explanation for the algorithm.
tophat (Top-hat Transformation)
tophat():
explanation for the algorithm.