April 2020
Intermediate to advanced
438 pages
12h 2m
English
In this example, you will learn how to use the SimpleITK library functions to segment bacteria from a three-dimensional focused ion beam-scanning electron microscopy (FIB-SEM) image. The name of the bacterium is bacillus subtilis—it is a rod-shaped organism and is naturally found in plants and soil. Here are the steps involved:
img = sitk.ReadImage('images/fib_sem_bacillus_subtilis_slice_118.png', sitk.sitkFloat32)f = sitk.RescaleIntensityImageFilter()img = f.Execute(img, ...Read now
Unlock full access