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

From NAMIC Wiki
Jump to: navigation, search
Line 12: Line 12:
 
<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%;">
 +
 +
To enable support of large images ( >4GB ) on MS Windows the ITKv3 compatibility flag needs to be removed.
 +
 
<h3>Objective</h3>
 
<h3>Objective</h3>
*
+
* Evaluate the number of number of modules that are dependent on the ITKv3 Compatibility flag.
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
*
+
* Look into the difference between the ITK's v3 Compatibility module and the deprecated, to determine if one can be enabled.
 +
* Build Slicer with Slicer_ITKV3_COMPATIBILITY OFF, and compile extensions against.
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">

Revision as of 13:37, 5 January 2015

Home < 2015 Winter Project Week:RemoveITKv3Compatibility

Key Investigators

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

Project Description

To enable support of large images ( >4GB ) on MS Windows the ITKv3 compatibility flag needs to be removed.

Objective

  • Evaluate the number of number of modules that are dependent on the ITKv3 Compatibility flag.

Approach, Plan

  • Look into the difference between the ITK's v3 Compatibility module and the deprecated, to determine if one can be enabled.
  • Build Slicer with Slicer_ITKV3_COMPATIBILITY OFF, and compile extensions against.

Progress