Different registration methods Narendhran Vijayakumar 01/25/2008.

Slides:



Advertisements
Similar presentations
Instituto de Sistemas e Robótica TELE-3D Calibrator Camera Calibration Using Intel OpenCV Library.
Advertisements

Image Registration  Mapping of Evolution. Registration Goals Assume the correspondences are known Find such f() and g() such that the images are best.
Medical Image Reconstruction Topic 4: Motion Artifacts
Wavelets Fast Multiresolution Image Querying Jacobs et.al. SIGGRAPH95.
Medical Image Registration Kumar Rajamani. Registration Spatial transform that maps points from one image to corresponding points in another image.
Do Now:.
Registration of Geophysical Images Alexandra A. Karamitrou Laboratory of Exploration Geophysics Aristotle University of Thessaloniki, Greece, Maria Petrou.
Medical Imaging Mohammad Dawood Department of Computer Science University of Münster Germany.
Medical Imaging Mohammad Dawood Department of Computer Science University of Münster Germany.
Accurate Non-Iterative O( n ) Solution to the P n P Problem CVLab - Ecole Polytechnique Fédérale de Lausanne Francesc Moreno-Noguer Vincent Lepetit Pascal.
Iterative closest point algorithms
Inferior Brain Lesions Monitored Using Diffusion Weighted Magnetic Resonance Imaging Lars Ewell 1, Naren Vijayakumar 2, Jeffrey J. Rodriguez 2 and Baldassarre.
Improving Image registration accuracy Narendhran Vijayakumar 02/29/2008.
Motion Analysis (contd.) Slides are from RPI Registration Class.
CSci 6971: Image Registration Lecture 4: First Examples January 23, 2004 Prof. Chuck Stewart, RPI Dr. Luis Ibanez, Kitware Prof. Chuck Stewart, RPI Dr.
Optimum Gray Level Narendhran Vijayakumar 02/08/2008.
Image Mosaicing from Uncalibrated Views of a Surface of Revolution
Mutual Information as a Measure for Image Quality of Temporally Subtracted Chest Radiographs Samantha Passen Samuel G. Armato III, Ph.D.
CS CS 175 – Week 2 Processing Point Clouds Registration.
Static Image Mosaicing
Mutual Information for Image Registration and Feature Selection
Feature tracking Class 5 Read Section 4.1 of course notes Read Shi and Tomasi’s paper on good features.
1 Comparison of Different Diffusion Weighting Techniques Using Mutual Information Registration LAE 2/29/07.
Image Registration Narendhran Vijayakumar (Naren) 12/17/2007 Department of Electrical and Computer Engineering 1.
REFLECTIONS, ROTATIONS AND TRANSLATIONS. Reflections.
Transforms: Basis to Basis Normal Basis Hadamard Basis Basis functions Method to find coefficients (“Transform”) Inverse Transform.
Improving the MI registration metric Narendhran Vijayakumar 04/25/2008.
Mutual Information Narendhran Vijayakumar 03/14/2008.
Clock Math Clockwise and Counter Clockwise. Practice 1.
Clock Math Clockwise and Counter Clockwise. Practice 1.
1 Preview At least two views are required to access the depth of a scene point and in turn to reconstruct scene structure Multiple views can be obtained.
Digital Image Processing Lecture 7: Geometric Transformation March 16, 2005 Prof. Charlene Tsai.
MRI registration Using the phase correlation method Author: Robin Kramer.
Registration of functional PET and structural MR images PVEOut satellite meeting Budapest, June 11 th 2004 Peter Willendrup & Claus Svarer Neurobiology.
Jan Kamenický Mariánská  We deal with medical images ◦ Different viewpoints - multiview ◦ Different times - multitemporal ◦ Different sensors.
A Frequency-Domain Approach to Registration Estimation in 3-D Space Phillip Curtis Pierre Payeur Vision, Imaging, Video and Autonomous Systems Research.
Conclusions The success rate of proposed method is higher than that of traditional MI MI based on GVFI is robust to noise GVFI based on f1 performs better.
Medical Image Analysis Dr. Mohammad Dawood Department of Computer Science University of Münster Germany.
ELE 488 Fall 2006 Image Processing and Transmission ( )
Psychology 202a Advanced Psychological Statistics October 22, 2015.
Image registration aligns the common features of two images. The open-source Insight Toolkit (ITK, funded by the National Library of Medicine) provides.
Go Back > Question 1 Describe this transformation. A reflection in the line y = x. ? Object Image.
Introduction to Medical Imaging Regis Introduction to Medical Imaging Registration Alexandre Kassel Course
MOTION Model. Road Map Motion Model Non Parametric Motion Field : Algorithms 1.Optical flow field estimation. 2.Block based motion estimation. 3.Pel –recursive.
Geometry Rigid Transformations What do the words below mean? (think 1 min, discuss in group 1 min) Translation Reflection Rotation A SLIDE. The object.
Progress In Image Registration. Why Registration In computer vision, sets of data acquired by sampling the same scene or object at different times, or.
Lesson 7.1: 1.Vocabulary of Transformations 2.Symmetry 3.Property of Reflection.
Procrustes Shape Analysis Verification Tool
Subpixel Registration and Distortion Measurement
Presented by Omer Shakil
Multi-modality image registration using mutual information based on gradient vector flow Yujun Guo May 1,2006.
Translations.
Perform the following transformations on the point (4,−8):
Translations Rotations Reflections Compositions 1 pt 1 pt 1 pt 1 pt
A’ B’ D’ C’ Draw a Point at the center of dilation (Point P).
Unit 5 Transformations in the Plane
Image Registration 박성진.
Translations.
Unit 4 Transformations.
Rotate clockwise 900. Rotate clockwise 900 Rotate this shape clockwise 90 0 about the point c.
Unit 1Review
Translations.
Properties or Rules of Transformations
Translations.
Volume 17, Issue 10, Pages (October 2009)
Rotation.
Translations.
Transformations Review
Transformations.
Pages Draw a Point at the center of dilation (Point P).
Presentation transcript:

Different registration methods Narendhran Vijayakumar 01/25/2008

2 Different types registration methods Mutual information based registration method Cost function based registration method –Correlation and Sum of absolute difference functions Fourier Transform based registration method –Faster than any of the methods Independent Component Analysis –For non rigid body registration

3 Cost function based registration Registration is achieved by minimizing the cost function Cost = a * F(I1,I2) – b * G(I1,I2) where F(I1,I2) - Sum of absolute difference (SAD) G(I1,I2) - Correlation Coefficient (CC)

4 SAD and CC definition SAD is defined as CC is defined as 1 [1] Peter et al, Syntegra Image Automated registration algorithms, white paper 2003

5 Comparing MI and Cost function Test images - (Translational and Rotational parameters are known) MI based registrationCost function Translational error: 0.23±0.49mm Rotational error: 0.14±0.17 o Translational error: 0.23±0.49mm Rotational error:

6 Registering T2 FLAIR and Radial Diffusion weighted MI based registrationCost function Average translation X direction – 24.57mm Y direction – 6.08mm Average rotation Counter Clockwise – 0.23 o Clockwise – 0.25 o Average translation X direction – 22.46mm Y direction – 10.06mm Average rotation Counter Clockwise – 0 o Clockwise – 0 o

7 Performance Metrics Gold standard –Two experts individually determine which image is better registered Overlapping Images Phantom –Best way to test the algorithms RegRef Reg

8 Future Work Brightness –How different methods behave ? Determine the Scale parameter FFT based method