April 2020
Intermediate to advanced
438 pages
12h 2m
English
We are going to use a CT-scan image and an MRI-T1 image for the demonstration of image-registration using SimpleITK. These images were extracted from the raw (.mhd) files downloaded from https://www.insight-journal.org/rire/download.php (download the ZIP and extract the files after agreeing to the license). Let's start by loading the required libraries, as you always do:
%matplotlib inlineimport SimpleITK as sitkimport numpy as npimport matplotlib.pyplot as plt
Read now
Unlock full access