florin.morphology

Convenience functions for image morphological operations.

Functions

closing
Perform a grayscale morphological closing on an image.
dilation
Perform a grayscale morphological dilation on an image.
erosion
Perform a grayscale morphological erosion on an image.
opening
Perform a grayscale morphological opening on an image.
binary_closing
Perform a binary morphological closing on an image.
binary_dilation
Perform a binary morphological dilation on an image.
binary_erosion
Perform a binary morphological erosion on an image.
binary_opening
Perform a binary morphological opening on an image.
remove_small_holes
Fill in contiguous holes smaller than the specified size.
remove_small_objects
Remove contiguous objects smaller than the specified size.