Difference between revisions of "Projects:RegistrationDocumentation:Evaluation"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '== Visualizing Registration Results == Below we discuss different forms of evaluating registration accuracy. This is not a straightforward assessment, be it qualitative or quant…')
 
Line 6: Line 6:
 
=== Color Composite ===
 
=== Color Composite ===
 
We feed the two images into the R,G or B channel of a true color image and thus create
 
We feed the two images into the R,G or B channel of a true color image and thus create
 +
*[http://wiki.slicer.org/slicerWiki/index.php/Modules:RegistrationMetrics-Documentation-3.5 Example Slicer Module on Registration Metrics: Hausdorff Distance]
 +
 
=== Checkerboard ===
 
=== Checkerboard ===
 
Builds a "puzzle-piece" collage of blocks from both images, alternating between the two. Helpful if the two images are from different modality or have different contrast. Continuity of edges becomes very apparent on such images.
 
Builds a "puzzle-piece" collage of blocks from both images, alternating between the two. Helpful if the two images are from different modality or have different contrast. Continuity of edges becomes very apparent on such images.
Line 11: Line 13:
 
=== Subtraction Images ===
 
=== Subtraction Images ===
 
For intra-subject and intra-modality images only. The pixel-by pixel difference of the registered image pair can provide valuable information about registration quality. This usually requires at least global intensity matching to compensate for overall brightness and contrast differences.
 
For intra-subject and intra-modality images only. The pixel-by pixel difference of the registered image pair can provide valuable information about registration quality. This usually requires at least global intensity matching to compensate for overall brightness and contrast differences.
 +
 
=== Fiducial Pairs ===
 
=== Fiducial Pairs ===
 
To the extent that we can reliably identify anatomical landmarks in both images, we can use the residual distance of those landmarks after registration as a metric for registration accuracy. The most common problem with this approach is that (esp. for 3D images) the identification of landmarks is often already less than the registration accuracy we want to measure. This limitation is less of an issue when comparing different registrations to eachother.
 
To the extent that we can reliably identify anatomical landmarks in both images, we can use the residual distance of those landmarks after registration as a metric for registration accuracy. The most common problem with this approach is that (esp. for 3D images) the identification of landmarks is often already less than the registration accuracy we want to measure. This limitation is less of an issue when comparing different registrations to eachother.

Revision as of 18:44, 4 December 2009

Home < Projects:RegistrationDocumentation:Evaluation

Visualizing Registration Results

Below we discuss different forms of evaluating registration accuracy. This is not a straightforward assessment, be it qualitative or quantitative, and the requirements for evaluating registration differ with the type of input data and the questions asked.

Animated GIFs

Relatively small differences can be detected, albeit qualitatively, with a quick switching between the two images.

Color Composite

We feed the two images into the R,G or B channel of a true color image and thus create

Checkerboard

Builds a "puzzle-piece" collage of blocks from both images, alternating between the two. Helpful if the two images are from different modality or have different contrast. Continuity of edges becomes very apparent on such images.

Subtraction Images

For intra-subject and intra-modality images only. The pixel-by pixel difference of the registered image pair can provide valuable information about registration quality. This usually requires at least global intensity matching to compensate for overall brightness and contrast differences.

Fiducial Pairs

To the extent that we can reliably identify anatomical landmarks in both images, we can use the residual distance of those landmarks after registration as a metric for registration accuracy. The most common problem with this approach is that (esp. for 3D images) the identification of landmarks is often already less than the registration accuracy we want to measure. This limitation is less of an issue when comparing different registrations to eachother.