Difference between revisions of "2013 Summer Project Week:ITK Shared IO Libraries"
From NAMIC Wiki
Line 1: | Line 1: | ||
==Key Investigators== | ==Key Investigators== | ||
− | * Bradley Lowekamp | + | * MSC/NLM: Bradley Lowekamp |
Revision as of 15:53, 17 June 2013
Home < 2013 Summer Project Week:ITK Shared IO LibrariesContents
Key Investigators
- MSC/NLM: Bradley Lowekamp
Objective
We are looking at converting ITK's IO libraries to be shared on Windows systems. This should address the problems of ITK's ImageIO factories being registered multiple time during static initialization.
Approach, Plan
We want to create a patch for ITK which adds a modular option for shared libraries, then turn this option on for all ITK modules which contain ObjectFactories. Then we will disable complication added to Slicer3D to deal with the current complication.
Progress
Delivery Mechanism
This goal of this work is to push it in to ITK upstream for the 4.5 development cycle.