Difference between revisions of "Slicer3:Registration"

From NAMIC Wiki
Jump to: navigation, search
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Slicer 3 includes linear and nonlinear registration tools built as command line modules.  On this page we are working to collect a variety of example data sets which test the boundary cases in order to optimize the registration performance and accuracy.
+
<big>'''Note:''' We are migrating this content to the slicer.org domain - <font color="orange">The newer page is [https://www.slicer.org/wiki/Slicer3:Registration  here]</font></big>
 
 
 
 
See also [[ITK_Registration_Optimization#Algorithmic_Requirements_and_Use_Cases | additional use cases collected for nonlinear registration optimization]].
 
 
 
 
 
----
 
 
 
 
 
== T2 to FA Affine Registration ==
 
 
 
 
 
[[Image:T2-FA-registration-slicer2-2008-04-08.png|thumb|right|250px|Results using slicer2]]
 
 
 
[[Image:T2-fa-registration-2008-04-08.png|thumb|right|250px|Results using slicer3 as of 2008-04-07]]
 
 
 
 
 
* Input Volumes
 
** [[media:T2 Aligned.nrrd]] (Sagittal)
 
** [[media:FA-slicer3-2008-04-08.nrrd]] (Rotated Axial)
 
 
 
* Reference 'Gold Standard'
 
** Slicer2 calculation using Mattes MI Affine (also uses ITK implementation)
 
** Result transform:
 
    0.998582 0.0548244 0.00874164 1.86596
 
    -0.051956 0.957673 0.0339914 -12.8223
 
    -0.00506141 -0.00847398 0.994165 16.2862
 
    0 0 0 1
 
 
 
 
 
* Software
 
** Slicer3 svn trunk 2008-04-07
 
 
 
* Parameters
 
** Defaults
 
 
 
* Method
 
** Use T2 as fixed, FA as moving
 
** Create new output transform and output volume (no input transform)
 
** In data module drag FA volume under the newly calculated transform
 
 
 
* Results 2008-04-07
 
** Output volume appears to be all 0
 
** Output transform is not correct, see image to the right.
 
 
 
0.924175 0.0524361 0.0617505 -0.457981
 
0.0453017 0.99089 0.0283234 -8.79902
 
-0.0525653 -0.0657896 1.11031 18.5389
 
-0 0 -0 1
 

Latest revision as of 18:07, 10 July 2017

Home < Slicer3:Registration

Note: We are migrating this content to the slicer.org domain - The newer page is here