Evaluation of 3D MRI Image Registration Methods

Total Page:16

File Type:pdf, Size:1020Kb

Evaluation of 3D MRI Image Registration Methods Master of Science Thesis in Electrical Engineering Department of Electrical Engineering, Linköping University, 2017 Evaluation of 3D MRI image registration methods Magnus Ivarsson Master of Science Thesis in Electrical Engineering Evaluation of 3D MRI image registration methods Magnus Ivarsson LiTH-ISY-EX--17/5037--SE Supervisor: Andreas Robinson cvl, Linköping University Thobias Romu amra Magnus Borga amra Examiner: Maria Magnusson cvl, Linköping University Computer Vision Laboratory Department of Electrical Engineering Linköping University SE-581 83 Linköping, Sweden Copyright © 2017 Magnus Ivarsson Abstract Image registration is the process of geometrically deforming a template image into a reference image. This technique is important and widely used within the field of medical IT. The purpose could be to detect image variations, pathological development or in the company AMRA’s case, to quantify fat tissue in various parts of the human body. From an MRI (Magnetic Resonance Imaging) scan, a water and fat tissue image is obtained. Currently, AMRA is using the Morphon algorithm to register and seg- ment the water image in order to quantify fat and muscle tissue. During the first part of this master thesis, two alternative registration methods were evaluated. The first algorithm was Free Form Deformation which is a non-linear parametric based method. The second algorithm was a non-parametric optical flow based method known as the Demon algorithm. During the second part of the thesis, the Demon algorithm was used to evaluate the effect of using the fat images for registrations. iii Acknowledgments I would like to thank my supervisor Andreas Robinson and examinor Maria Mag- nusson at CVL for your great support during my master thesis. I would also like to thank my supervisors Thobias Romu and Magnus Borga for giving me the opportunity to complete my master thesis at AMRA and for your continuous support throughout the project. Linköping, Januari 2017 Magnus Ivarsson v Contents Notation ix 1 Introduction 1 1.1 Background . 1 1.1.1 Aim . 4 1.2 Problem Formulation . 4 1.3 Limitations . 4 2 Theory 7 2.1 Image registration - an overview . 7 2.1.1 Parametric methods . 8 2.1.2 Non-parametric methods . 10 2.1.3 Landmark based registration . 12 2.2 Distance measures . 13 2.2.1 SSD . 14 2.2.2 Normalized Cross Correlation . 15 2.2.3 Normalized Gradient Field . 15 2.2.4 Mutual Information . 16 2.3 Image registration as an optimization problem . 16 2.3.1 Regularization methods . 16 2.4 Methods . 17 2.4.1 Morphon . 18 2.4.2 Demon . 20 2.4.3 Free Form Deformation . 21 2.5 Evaluation . 22 2.5.1 Body Composition Measurements . 22 2.5.2 Segmentation metrics . 24 3 Method 29 3.1 Algorithm comparison . 29 3.1.1 Morphon . 32 3.1.2 Free form deformation . 32 3.1.3 Demon . 33 vii viii Contents 3.2 Further investigation . 34 3.3 Region definitions . 35 3.4 Dataset . 36 3.4.1 Region masks . 37 3.5 Deformation and segmentation . 39 3.5.1 Prototype deformations . 40 3.5.2 Prototype selection . 40 3.5.3 Probability field . 41 3.5.4 Segmentation . 42 3.5.5 Disjoint regions . 42 3.6 Evaluation . 42 3.6.1 Body composition measurements . 42 3.6.2 Weighted segmentation . 44 3.6.3 Statistics . 45 4 Results 47 4.1 Algorithm comparison . 47 4.1.1 Visceral adipose tissue . 48 4.1.2 Abdominal subcutaneous adipose tissue . 50 4.1.3 Muscles . 52 4.2 Further investigation . 54 4.2.1 Visceral adipose tissue . 55 4.2.2 Abdominal subcutaneous adipose tissue . 57 4.2.3 Muscles . 59 5 Discussion 63 5.1 Results . 63 5.1.1 Algorithm comparison . 64 5.1.2 Further investigation . 64 5.2 Method . 66 5.2.1 Flawed and biased ground truth . 66 5.2.2 Incomplete evaluation of registrations . 66 5.2.3 Unequal tuning of algorithms . 67 5.2.4 Limited set of prototypes . 67 5.2.5 Training and evaluation set . 67 5.3 Future work . 68 5.3.1 Refine ground truth . 68 5.3.2 Evaluating registrations differently . 68 5.3.3 Detecting and handling outliers . 68 5.3.4 Extend prototype bank . 68 6 Conclusions 71 Bibliography 73 Notation Notation Meaning IT Template image IR Reference image Ω Domain where an image I is defined u Displacement field δu Incremental displacement field c Certainty field I Image gradient rD Distance/Similarity measure T Transformation (unless something else is specified) R Regularization x Bold lowercase character indicate vector A Bold uppercase character indicate matrix I;I Scalar product between two images h · ui Divergence of a displacement field r Convolution T ∗ I Transformation applied to an image ◦ Abbreviation Meaning MRI Magnetic resonance imaging VAT Visceral adipose tissue ASAT Abdominal subcutaneous adipose tissue SAT Subcutaneous adipose tissue LULB Left upper leg back (muscle) LULF Left upper leg front (muscle) RULB Right upper leg back (muscle) RULF Right upper leg front (muscle) IP In phase (water + fat image) ix 1 Introduction This chapter is intended to give the reader the necessary background information and motivation of why image registration of MR images is useful and the aim of the master thesis. The problem formulation and the limitations of this thesis are also described. 1.1 Background With an aging population, an efficient and improved health care is essential to handle the demands we put on our health care system. Medical imaging and image registration of medical images will play an important role in the future. In today’s society, health and metabolic status for individuals are often obtained by indirect measurements such as BMI and waist circumference. However, alternate methods exist: AMRA is a company that specializes in precise body composition measurements that can improve and customize treatments for individuals with high metabolic risk. This is done by generating a water and fat image from an MRI scan followed by a quantification of fat and muscle tissue in different regions of the body. This quantification is possible because of two reasons: First, the water image indicate which voxels that contain muscle tissue while the fat image indicate which voxels contain fat tissue. Second, the images are normalized so that the voxel intensity correspond to the concentration of fat or muscle tissue within that particular voxel. An example of a water and fat image can be seen in figure 1.1 and images of segmented adipose and muscle tissue can be seen in figure 1.2. 1 2 1 Introduction Figure 1.1: The image to the left illustrates a water image, the image in the middle illustrates a fat image and the image to the right illustrates an IP image (water + fat) in the coronal plane. Note that the water signal is strong where the fat signal is weak and vice versa. Image source: AMRA. Figure 1.2: The images to the left illustrate the upper leg muscle regions. Blue pixels represent left upper leg back, yellow represents left upper leg front, magenta represents right upper leg back and cyan represents right upper leg front. In the image to the right, red pixels represent VAT and blue pixels represent ASAT. Image source: AMRA. 1.1 Background 3 Examples of measurements AMRA provide are • VAT - Visceral Adipose Tissue (intra-abdominal fat) • ASAT - Abdominal Subcutaneous Adipose Tissue (pincheable fat) • Thigh Muscle Volume • Lean Muscle Tissue Volume • Total Adipose Tissue • Additional Muscle Group Volumes The reason why the body is segmented into different regions is that it often mat- ters where fat tissue is located. For instance, research has shown that large vol- umes of visceral adipose tissue is connected to diabetes, liver disease, and cancer [15]. On the other hand, subcutaneous fat is much less likely to have adverse health effects [16]. Tools that are used today, like BMI and waist circumference, are well suited to determine health and metabolic status on a population basis but can sometimes be crude when used to determine the body composition of an individual. An image that illustrates the difference between BMI and VAT can be seen in figure 1.3. Figure 1.3: Example of six men with a BMI of 21 where their body composi- tion and metabolic risk have a high variation. The blue color represents ab- dominal subcutaneous adipose tissue and red color represents visceral adi- pose tissue. Image source: AMRA. 4 1 Introduction So far, the reasons why precise body composition measurements are necessary have been explained. However, the method by which the regions of interest are found, i.e. how to segment the image, has not yet been described. A simple but time-consuming way to segment an image is manual labelling of each voxel. An- other approach, which is more cost effective, is to use image registration methods to automatically segment an image with the aid of a computer. Note that the precision is not guaranteed to be better by manual segmentation compared to au- tomatic. Today, AMRA is using the Morphon algorithm in order to register and segment an MR image. 1.1.1 Aim The aim of the master thesis is to evaluate different registration algorithms and to determine whether the results given by the Morphon can be improved. The evaluation was carried out as explained in section 2.5.1 and 3.6. 1.2 Problem Formulation The master thesis has been divided into two parts. The first part was devoted to answer the following questions: • Is it possible to obtain better segmentation with the parametric method Free Form Deformation (explained in section 2.1.1) compared to the Morphon? • Is it possible to obtain better segmentation with the Demon algorithm (ex- plained in section 2.4.2) compared to the Morphon? In the second part, the Demon algorithm was used to answer the following ques- tions: • Is it possible to obtain better segmentation if the fat image is used as input to the registration algorithm? • Is it possible to obtain better segmentation if a combination of the fat and water image is used as input to the registration algorithm? 1.3 Limitations Because of the limited time frame of the master thesis, the methods chosen for evaluation are within the group of parametric and non-parametric methods.
Recommended publications
  • PET-CT Image Registration in the Chest Using Free-Form Deformations David Mattes, David R
    120 IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 22, NO. 1, JANUARY 2003 PET-CT Image Registration in the Chest Using Free-form Deformations David Mattes, David R. Haynor, Hubert Vesselle, Thomas K. Lewellen, and William Eubank Abstract—We have implemented and validated an algorithm tered. The idea can still be used that, if a candidate registration for three-dimensional positron emission tomography transmis- matches a set of similar features in the first image to a set of sion-to-computed tomography registration in the chest, using features in the second image that are also mutually similar, it is mutual information as a similarity criterion. Inherent differences in the two imaging protocols produce significant nonrigid motion probably correct [23]. For example, according to the principle of between the two acquisitions. A rigid body deformation combined mutual information, homogeneous regions of the first image set with localized cubic B-splines is used to capture this motion. The should generally map into homogeneous regions in the second deformation is defined on a regular grid and is parameterized set [1], [2]. The utility of information theoretic measures arises by potentially several thousand coefficients. Together with a from the fact that they make no assumptions about the actual spline-based continuous representation of images and Parzen histogram estimates, our deformation model allows closed-form intensity values in the images, but instead measure statistical expressions for the criterion and its gradient. A limited-memory relationships between the two images [24]. Rather than mea- quasi-Newton optimization algorithm is used in a hierarchical sure correlation of intensity values in corresponding regions of multiresolution framework to automatically align the images.
    [Show full text]
  • Unsupervised 3D End-To-End Medical Image Registration with Volume Tweening Network
    1 Unsupervised 3D End-to-End Medical Image Registration with Volume Tweening Network Shengyu Zhaoy, Tingfung Lauy, Ji Luoy, Eric I-Chao Chang, Yan Xu∗ Abstract—3D medical image registration is of great clinical im- portance. However, supervised learning methods require a large amount of accurately annotated corresponding control points (or morphing), which are very difficult to obtain. Unsupervised learning methods ease the burden of manual annotation by exploiting unlabeled data without supervision. In this paper, we propose a new unsupervised learning method using convolu- (a) fixed (b) moving (c) deformation (d) warped tional neural networks under an end-to-end framework, Volume Figure 1: Illustration of 3D medical image registration. Given a fixed image (a) and a Tweening Network (VTN), for 3D medical image registration. moving image (b), a deformation field (c) indicates the displacement of each voxel in the fixed image to the moving image (represented by a grid skewed according to the field). We propose three innovative technical components: (1) An An image (d) similar to the fixed one can be produced by warping the moving image end-to-end cascading scheme that resolves large displacement; with the flow. The images are rendered by mapping grayscale to white with transparency (2) An efficient integration of affine registration network; and (the more intense, the more opaque) and dimetrically projecting the volume. (3) An additional invertibility loss that encourages backward consistency. Experiments demonstrate that our algorithm is 880x faster (or 3.3x faster without GPU acceleration) than [4], [5]. Most of them define a hypothesis space of possible traditional optimization-based methods and achieves state-of-the- art performance in medical image registration.
    [Show full text]
  • Image Registration in Medical Imaging
    2/2/2012 Medical Imaging Analysis Image Registration in Medical Imaging y Developing mathematical algorihms to extract and relate information from medical images y Two related aspects of research BI260 { Image Registration VALERIE CARDENAS NICOLSON, PH.D Ù Fin ding spatia l/tempora l correspondences between image data and/or models ACKNOWLEDGEMENTS: { Image segmentation Ù Extracting/detecting specific features of interest from image data COLIN STUDHOLME, PH.D. LUCAS AND KANADE, PROC IMAGE UNDERSTANDING WORKSHOP, 1981 Medical Imaging Regsitration: Overview Registration y What is registration? { Definition “the determination of a one-to-one mapping between the coordinates in one space and those in { Classifications: Geometry, Transformations, Measures another, such that points in the two spaces that y Motivation for work correspond to the same anatomical point are mapped to each other.” { Where is image regiistrat ion used in medic ine and biome dica l research? Calvin Maurer ‘93 y Measures of image alignment { Landmark/feature based methods { Voxel-based methods Ù Image intensity difference and correlation Ù Multi-modality measures 1 2/2/2012 Image Registration Key Applications I: Change detection y Look for differences in the same type of images taken at different times, e.g.: { Mapping pre and post contrast agent “Establishing correspondence, Ù Digital subtraction angiography (DSA) between features Ù MRI with gadolinium tracer in sets of images, and { Mapping structural changes using a transformation model to Ù Different stages in tumor
    [Show full text]
  • Learning Deformable Registration of Medical Images with Anatomical Constraints
    Learning Deformable Registration of Medical Images with Anatomical Constraints Lucas Mansilla, Diego H. Milone, Enzo Ferrante Research institute for signals, systems and computational intelligence, sinc(i) FICH-UNL, CONICET Santa Fe, Argentina Abstract Deformable image registration is a fundamental problem in the field of medical image analysis. During the last years, we have witnessed the advent of deep learning-based image registration methods which achieve state-of-the-art performance, and drastically reduce the required computational time. However, little work has been done regarding how can we encourage our models to produce not only accurate, but also anatomically plausible results, which is still an open question in the field. In this work, we argue that incorporating anatomical priors in the form of global constraints into the learning process of these models, will further improve their performance and boost the realism of the warped images after registration. We learn global non-linear representations of image anatomy using segmentation masks, and employ them to constraint the registration process. The proposed AC-RegNet architecture is evaluated in the context of chest X-ray image registration using three different datasets, where the high anatomical variability makes the task extremely challenging. Our experiments show that the proposed anatomically constrained registration model produces more realistic and accurate results than state-of-the-art methods, demonstrating the potential of this approach. Keywords: medical image registration, convolutional neural networks, x-ray image analysis 1. Introduction arXiv:2001.07183v2 [eess.IV] 22 Jan 2020 Deformable image registration is one of the pillar problems in the field of medical im- age analysis.
    [Show full text]
  • Spatial Registration and Normalization of Images
    + Human Brain Mapping 2965-189(1995) + Spatial Registration and Normalization of Images K.J. Friston, J. Ashburner, C.D. Frith, J.-B. Poline, J.D. Heather, and R.S.J. Frackowiak The Wellcome Department of Cognitive Neurology, The lnstitute of Neurology, Queen Square, and the MRC Cyclotron Unit, London, United Kingdom Abstract: This paper concerns the spatial and intensity transformations that map one image onto another. We present a general technique that facilitates nonlinear spatial (stereotactic) normalization and image realignment. This technique minimizes the sum of squares between two images following nonlinear spatial deformations and transformations of the voxel (intensity) values. The spatial and intensity transformations are obtained simultaneously, and explicitly, using a least squares solution and a series of linearising devices. The approach is completely noninteractive (automatic), nonlinear, and noniterative. It can be applied in any number of dimensions. Various applications are considered, including the realignment of functional magnetic resonance imaging (MRI) time-series, the linear (affine) and nonlinear spatial normalization of positron emission tomography (PET) and structural MRI images, the coregistration of PET to structural MRI, and, implicitly, the conjoining of PET and MRI to obtain high resolution functional images. o 1996 Wiley-Liss, Inc. Key words: realignment, registration, anatomy, imaging, stereotaxy, morphometrics, basis functions, spatial normalization, PET, MRI, functional mapping + + INTRODUCTION [e.g., Fox et al., 1988; Friston et al., 1991aj. Anatomical variability and structural changes due to pathology This paper is about the spatial transformation of can be framed in terms of the transformations re- image processes. Spatial transformations are both quired to map the abnormal onto the normal.
    [Show full text]
  • Use of Deformable Image Registration for Radiotherapy Applications
    Journal of Central Radiology & Radiation Therapy Special Issue on Cancer Radiation Therapy Edited by: Keiichi Jingu, MD, PhD Professor, Department of Radiation Oncology, Tohoku University Graduate School of Medicine, Japan Review Article *Corresponding author Noriyuki Kadoya, Department of Radiation Oncology, Tohoku University School of Medicine, 1-1 Seiryo- Use of Deformable Image machi, Aoba-ku, Sendai, 980-8574, Japan, Tel: +81- 22-717-7312; Fax: +81-22-717-7316; Email: Registration for Radiotherapy Submitted: 22 January 2014 Accepted: 27 February 2014 Applications Published: 11 March 2014 ISSN: 2333-7095 Noriyuki Kadoya* Copyright Departments of Radiation Oncology, Tohoku University School of Medicine, Japan © 2014 Kadoya OPEN ACCESS Abstract Deformable Image Registration (DIR) has become commercially available in the Keywords field of radiotherapy. DIR is an exciting and interesting technology for multi-modality • Radiotherapy image fusion, anatomic image segmentation, Four-dimensional (4D) dose accumulation • Deformable image registration and lung functional (ventilation) imaging. Furthermore, DIR is playing an important role • Adaptive radiotherapy in modern radiotherapy included Image-Guided Radiotherapy (IGRT) and Adaptive • Image fusion Radiotherapy (ART). DIR is essential to link the anatomy at one time to another while • 4D CT maintaining the desirable one-to-one geographic mapping. The first part focused on the description of image registration process. Next, typical applications of DIR were reviewed on the four practical examples; dose accumulation, auto segmentation, 4D dose calculation and 4D-CT derived ventilation imaging. Finally, the methods of validation for DIR were reviewed and explained how to validate the accuracy of DIR. INTRODUCTION Deformable image registration In recent year, Deformable Image Registration (DIR) has Image registration is a method of aligning two images into become commercially available in the field of radiotherapy.
    [Show full text]
  • Image Registration for MRI
    Modern Signal Processing MSRI Publications Volume 46, 2003 Image Registration for MRI PETER J. KOSTELEC AND SENTHIL PERIASWAMY Abstract. To register two images means to align them so that common features overlap and differences — for example, a tumor that has grown — are readily apparent. Being able to easily spot differences between two images is obviously very important in applications. This paper is an intro- duction to image registration as applied to medical imaging. We first define image registration, breaking the problem down into its constituent compo- nent. We then discuss various techniques, reflecting different choices that can be made in developing an image registration technique. We conclude with a brief discussion. 1. Introduction 1.1. Background. To register two images means to align them, so that com- mon features overlap and differences, should there be any, between the two are emphasized and readily visible to the naked eye. We refer to the process of aligning two images as image registration. There are a host of clinical applications requiring image registration. For example, one would like to compare two Computed Tomography (CT) scans of a patient, taken say six months ago and yesterday, and identify differences between the two, e.g., the growth of a tumor during the intervening six months (Figure 1). One could also want to align Positron Emission Tomography (PET) data to an MR image, so as to help identify the anatomic location of certain mental activation [43]. And one may want to register lung surfaces in chest Computed Tomography (CT) scans for lung cancer screening [7]. While all of these identifications can be done in the radiologist’s head, the possibility always exists that small, but critical, features could be missed.
    [Show full text]
  • The Impact of Spatial Normalization for Functional Magnetic Resonance Imaging Data Analyses Revisited
    bioRxiv preprint doi: https://doi.org/10.1101/272302; this version posted February 26, 2018. The copyright holder for this preprint (which was not certified by peer review) is the author/funder. All rights reserved. No reuse allowed without permission. Smith et al. Spatial Normalization Revisited 1 The Impact of Spatial Normalization for Functional Magnetic Resonance Imaging Data Analyses Revisited Jason F. Smith1 Juyoen Hur1 Claire M. Kaplan1 Alexander J. Shackman1,2,3 1Department of Psychology, 2Neuroscience and Cognitive Science Program, and 3Maryland Neuroimaging Center, University of Maryland, College Park, MD 20742 USA. Figures: 3 Tables: 4 Supplementary Materials: Supplementary Results Keywords: alignment, functional magnetic resonance imaging (fMRI) methodology, registration, spatial normalization Address Correspondence to: Jason F. Smith ([email protected]) or Alexander J. Shackman ([email protected]) Biology-Psychology Building University of Maryland College Park MD 20742 USA bioRxiv preprint doi: https://doi.org/10.1101/272302; this version posted February 26, 2018. The copyright holder for this preprint (which was not certified by peer review) is the author/funder. All rights reserved. No reuse allowed without permission. Smith et al. Spatial Normalization Revisited 2 ABSTRACT Spatial normalization—the process of aligning anatomical or functional data acquired from different individuals to a common stereotaxic atlas—is routinely used in the vast majority of functional neuroimaging studies, with important consequences for scientific inference and reproducibility. Although several approaches exist, multi-step techniques that leverage the superior contrast and spatial resolution afforded by T1-weighted anatomical images to normalize echo planar imaging (EPI) functional data acquired from the same individuals (T1EPI) is now standard.
    [Show full text]
  • Medical Image Analysis and New Image Registration Technique Using Mutual Information and Optimization Technique Sumitha Manoj1, S
    Original Article Medical Image Analysis and New Image Registration Technique Using Mutual Information and Optimization Technique Sumitha Manoj1, S. Ranjitha2 and H.N. Suresh*3 1Department of ECE, Jain University, Bangalore, Karnataka, India 2Final BE (ECE), Bangalore Institute of Technology, vv puram, Bangalore-04, India 3Department of Electronics and Instrumentation Engg., Bangalore–04, Karnataka, India *Corresponding Email: [email protected] ABSTRACT Registration is a fundamental task in image processing used to match two or more pictures taken, for example, at different times, from different sensors, or from different viewpoints. Accurate assessment of lymph node status is of crucial importance for appropriate treatment planning and determining prognosis in patients with gastric cancer. The aim of this study was to systematically review the current role of imaging in assessing lymph node (LN) status in gastric cancer. The Virtual Navigator is an advanced system allows the real time visualization of ultrasound images with other reference images. Here we are using gastric cancer MRI, gastric cancer CT and gastric cancer PET scanning techniques as a reference image and we are comparing all the three fusion imaging modalities. The objective of this research is to registering and fusing the different brain scanning imaging modalities by keeping Ultrasound (US) as base image and Positron Emission Tomography, Computed Tomography and Magnetic Resonance Imaging as a reference image, the efficiency and accuracy of these three fused imaging modalities are compared after fusion. Fused image will give better image quality, higher resolution, helps in image guided surgery and also increases the clinical diagnostic information. Keywords: Image registration, Virtual navigator, Image fusion, Gastric cancer.
    [Show full text]
  • Medical Image Registration Computational Anatomy & Physiology
    Computational Anatomy & Physiology M2 BioComp 2013-2014 http://www-sop.inria.fr/teams/asclepios/cours/CBB-2013-2014/ X. Pennec Medical Image registration Asclepios team 2004, route des Lucioles B.P. 93 06902 Sophia Antipolis Cedex http://www-sop.inria.fr/asclepios 1 Goals of Registration A dual problem Find the point y of image J which is corresponding (homologous) to each points x of image I. Determine the best transformation T that superimposes homologous points T yk xk J I 2 Principal Applications Fusion of multimodal images Temporal evolution of a pathology Inter-subject comparisons Superposition of an atlas Augmented reality 3 1 Fusion of Multimodal Images MRI PET X-scan Histology US Visible Man 4 Temporal Evolution coronal coronal Time 1 Time 2 sagittal axial sagittal axial 5 Inter-Subject comparison 6 2 Registration to an Atlas Voxel Man 7 Augmented reality Brigham & Women ’s Hospital E. Grimson 8 Classes of problems vs. applications Temporal evolution Intra Subject – Monomodal Multimodal image fusion Intra Subject - Multimodal Inter-subject comparison Inter Subject - Monomodal Superposition on an atlas Inter Subject - Multimodal Intra Subject: Rigid or deformable Inter Subject: deformable 9 3 Intuitive Example How to register these two images? 10 Feature-based/Image-based approach Feature detection (here, points of high curvature) 2 Measure: for instance S(T) T (xk ) y k k 11 Feature-based/Image-based approach Feature detection (here, points of high curvature) 2 Measure: for instance S(T) T (xk ) y k k 12 4 Feature-based/Image-based approach No segmentation! 2 S(T ) (i j ) Interpolation: j J(T(x )) Measure: e.g.
    [Show full text]
  • Image Registration of 18F-FDG PET/CT Using the Motionfree Algorithm and CT Protocols Through Phantom Study and Clinical Evaluation
    healthcare Article Image Registration of 18F-FDG PET/CT Using the MotionFree Algorithm and CT Protocols through Phantom Study and Clinical Evaluation Deok-Hwan Kim 1, Eun-Hye Yoo 1, Ui-Seong Hong 1, Jun-Hyeok Kim 1, Young-Heon Ko 1, Seung-Cheol Moon 2, Miju Cheon 1 and Jang Yoo 1,* 1 Department of Nuclear Medicine, Veterans Health Service Medical Center, Seoul 05368, Korea; [email protected] (D.-H.K.); [email protected] (E.-H.Y.); [email protected] (U.-S.H.); [email protected] (J.-H.K.); [email protected] (Y.-H.K.); [email protected] (M.C.) 2 General Electronic Healthcare, Seoul 04637, Korea; [email protected] * Correspondence: [email protected]; Tel.: +82-2-2225-4068 Abstract: We evaluated the benefits of the MotionFree algorithm through phantom and patient studies. The various sizes of phantom and vacuum vials were linked to RPM moving with or without MotionFree application. A total of 600 patients were divided into six groups by breathing protocols and CT scanning time. Breathing protocols were applied as follows: (a) patients who underwent scanning without any breathing instructions; (b) patients who were instructed to hold their breath after expiration during CT scan; and (c) patients who were instructed to breathe naturally. The length of PET/CT misregistration was measured and we defined the misregistration when it exceeded 10 mm. In the phantom tests, the images produced by the MotionFree algorithm were Citation: Kim, D.-H.; Yoo, E.-H.; observed to have excellent agreement with static images. There were significant differences in Hong, U.-S.; Kim, J.-H.; Ko, Y.-H.; Moon, S.-C.; Cheon, M.; Yoo, J.
    [Show full text]
  • A Survey of Medical Image Registration
    Med cal Image Analys s (1998) volume 2, number 1, pp 1–37 c Oxford University Press A Survey of Medical Image Registration J. B. Antoine Maintz and Max A. Viergever Image Sciences Institute, Utrecht University Hospital, Utrecht, the Netherlands Abstract The purpose of this chapter is to present a survey of recent publications concerning medical image registration techniques. These publications will be classified according to a model based on nine salient criteria, the main dichotomy of which is extrinsic versus intrinsic methods The statistics of the classification show definite trends in the evolving registration techniques, which will be discussed. At this moment, the bulk of interesting intrinsic methods is either based on segmented points or surfaces, or on techniques endeavoring to use the full information content of the images involved. Keywords: registration, matching Received May 25, 1997; revised October 10, 1997; accepted October 16, 1997 1. INTRODUCTION tomographyd), PET (positron emission tomographye), which together make up the nuclear medicine imaging modalities, Within the current clinical setting, medical imaging is a and fMRI (functional MRI). With a little imagination, spa- vital component of a large number of applications. Such tially sparse techniques like, EEG (electro encephalography), applications occur throughout the clinical track of events; and MEG (magneto encephalography) can also be named not only within clinical diagnostis settings, but prominently functional imaging techniques. Many more functional modal- so in the area of planning, consummation, and evaluation ities can be named, but these are either little used, or still in of surgical and radiotherapeutical procedures. The imaging the pre-clinical research stage, e.g., pMRI (perfusion MRI), modalities employed can be divided into two global cate- fCT (functional CT), EIT (electrical impedance tomography), gories: anatomical and functional.
    [Show full text]