April 2020
Intermediate to advanced
438 pages
12h 2m
English
In this recipe, you will learn how to use functions from different libraries (for example, mahotas, skimage, and SimpleITK) to apply a few different morphological filters to an input binary image. Let's first execute the following steps to compute a few basic metrics (for example, the Euler number) for a binary image (using mahotas) and to use filters such as flood_fill and diameter_closing (using the skimage.morphology module).
Read now
Unlock full access