April 2020
Intermediate to advanced
438 pages
12h 2m
English
Perform the following steps to demonstrate the application of a few more binary filters to a binary image, this time using SimpleITK library functions:
supernova_gray = sitk.ReadImage('images/supernova.jpg', sitk.sitkFloat32)supernova_bin = sitk.BinaryNotImageFilter().Execute(sitk.OtsuThresholdImageFilter() .Execute(supernova_gray))
Read now
Unlock full access