w6 Flashcards
(43 cards)
what is Image registration
the process of transforming the different sets of data into one coordinate system. Image registration is trying to maximise the amount of shared information in two images. Can be thought as reducing the information in the combined image. necessary to compare or integrate the medical data obtained from different
time, modalities or subjects.
what is image fusion
registration + combination into a single representation
e.g. pet + ct
what are the advantages of image fusion
Improved system performance, detection, tracking, situation assessment and awareness, robustness, spatial and temporal coverage
what is Monomodal image registration
to register serial scans from the same imaging technique in temporal studies to evaluate disease progression, assess treatment response, detect changes, and monitor growth and development.
what is Multimodal image registration
to combine complementary information from different
imaging modalities and to correlate anatomical structure with functional information, e.g., CT-PET, CT-MRI, MRI-PET
describe the process of Registration Optimisation
a searching strategy to find the best registration solution i.e. the solution that produces the most similar spacial correspondance.
what is Powell optimisation
performs a succession of one-dimensional optimisations, finding in turn the best solution along each freedom degree.
The algorithm stops when it is unable to find a new solution with a significant improvement to the current solution.
describe the process of Registration Interpolation
Interpolation is required when an image needs to undergo transformations.
projective mapping can yield noninteger values for pixels. Because the target image is digital, its pixel values are defined only at integer coordinates. Thus it is necessary to infer the gray-level values at those locations; Gray-level interpolation is the technique that determines the gray-level value at noninteger coordinates.
what are the most frequently used interpolation methods (in biomedical imaging)
nearest neighbor, linear, bilinear, trilinear, cubic, bicubic, tricubic, quadrilinear, cubic spline, sinc function.
what is registration transformation
to relate the pixels of moving/study/floating images to the corresponding pixels of a fixed/reference/target image.
pk = T(qk) where pk and qk are corresponding pixels
what are the three categories of registration transformation
Rigid transformation
Affine Transformation
Deformable/Elastic/Nonlinear Transformation
what is Rigid Transformation
rotation, reflection, and translation (sliding)
preserves lengths/distances and angle measures, is often used to correct translation and rotation displacements.
what is Affine Transformation
maps parallel lines into parallel lines, can be used to correct skewing distortion introduced by e.g., a tilted gantry in CT
what is Deformable/Elastic/Nonlinear Transformation
more complex and is mainly used to correct dramatic deformations caused by changes of tissue structures, differences of volume and shape of organs.
Relies on extracted features (point, curves, surfaces). Interpolation necessary. Transformation is mostly relevant in the neighborhood of the homologous features (local not global).
in what situations is rigid transformation appropriate and not appropriate to use in
appropriate in intra-subject registration
Fails in: matching atlas to patients, inter-subject registration, presence of deformations (tumor, craniotomy)
what are the three different techniques used to perform registration
Feature-based
Intensity-based
Hybrid
what is Feature-based registration
using features to align the two images, such as: Point/landmark
Contour
Surface
what is Intensity-based registration
The registration transformation is determined by iteratively optimizing a certain similarity measure calculated from pixel values. Similarity measures include:
Minimizing the intensity difference,
Correlation techniques,
Variance of Intensity Ratio (VIR) by R.Woods,
Information theoretic techniques (Maximization of Mutual Information)
what is Hybrid registration
Combining feature- and intensity-based registration techniques.
what is the procedure for Feature-based registration
Preprocessing (Segmentation): feature extraction
Registering: Computation of the optimal transformations to register features in B onto features in A.
Verifying: Usually through visual check, comparing against phantoms
what are phantoms
a specially designed object that is scanned or imaged in the field of medical imaging to evaluate, analyze, and tune the performance of various imaging devices.
what are the advantages and disadvantages of feature-based registration
Advantage is that the transformation can be formulated
in an analytic form with efficient computational schemes.
However, a preprocessing step is needed and the results are highly dependent on the result of the feature extraction. Complicated by the problem of local minima.
describe the process of Point-based feature-based registration
involves identifying corresponding points (homologous landmarks) in the images to be registered, registering the points (Iterative Closest Point (ICP) or Thinplate
Spline technique), and inferring the image transformation.
In Point/landmark-based registration, what are the qualities of good landmarks
Landmarks should: Have uniquely defined positions. Carry substantial image information. Be well-suited for user-interaction. Facilitate efficient registration. Have salient, prominent characteristics. Be scattered over the image.