Difference between revisions of "2015 Winter Project Week:VersorTransforms"

From NAMIC Wiki
Jump to: navigation, search
Line 10: Line 10:
  
 
==Project Description==
 
==Project Description==
 +
 +
The ITK transforms ScaleSkewVersor3D, and Simularity3D surprisinging use addition to compose the matrix components instead of matrix multiplication.
 +
 
<div style="margin: 20px;">
 
<div style="margin: 20px;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
*
+
* Determine if this is expected and known behavior, and determine if the expected transforms are needed.
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">

Revision as of 13:48, 5 January 2015

Home < 2015 Winter Project Week:VersorTransforms

Key Investigators

  • Bradley Lowekamp (MSC/NLM)
  • Han Johnson (University of Iowa)?

Project Description

The ITK transforms ScaleSkewVersor3D, and Simularity3D surprisinging use addition to compose the matrix components instead of matrix multiplication.

Objective

  • Determine if this is expected and known behavior, and determine if the expected transforms are needed.

Approach, Plan

Progress