Agenda&Status 082908: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 34: | Line 34: | ||
*** How to deal with Analyze and Nifti | *** How to deal with Analyze and Nifti | ||
*** How to deal with DICOM (no specific extension) | *** How to deal with DICOM (no specific extension) | ||
** Proposals | |||
*** Proposal 1 | |||
**** Change the GetSupportedWriteExtensions() and GetSupportedReadExtensions() to return an array of pairs (extension, description) | |||
**** Add a method to return a generic description of the ImageIO (e.g. NIFTI, Analyze, MetaImage) | |||
*** Proposal 2 | |||
**** Change the GetSupportedWriteExtensions() and GetSupportedReadExtensions() to return an array of triplets (extension, description,generic description) | |||
* Oriented Images | * Oriented Images | ||
* Lesion Sizing Toolkit | * Lesion Sizing Toolkit | ||
** http://public.kitware.com/LesionSizingKit | ** http://public.kitware.com/LesionSizingKit |
Revision as of 15:15, 29 August 2008
SECOND MEETING IN SECOND LIFE
Testing Infrastructure
- Testing voice communication
- Testing chat
- Joining the group "Insight Toolkit"
- Testing group voice
- Testing group chat
- Testing web portals (cube in the ground)
- Dashboard
- Wiki
- ViewCVS
- Distributing ITK & CMake T-Shirts
Project Management
- ITK 3.10 versus ITK 4.0
Technical Topics
- ImageIO support for GUI
- ImageIO classes should report
- The extensions that they support
- A description for each extension
- A generic name for the file format ?
- Currently the ImageIO classes have methods
- ArrayOfExtensionsType GetSupportedWriteExtensions() const
- ArrayOfExtensionsType GetSupportedReadExtensions() const
- void AddSupportedWriteExtension( const char * extension )
- void AddSupportedReadExtension( const char * extension )
- Questions
- How to deal with Analyze and Nifti
- How to deal with DICOM (no specific extension)
- Proposals
- Proposal 1
- Change the GetSupportedWriteExtensions() and GetSupportedReadExtensions() to return an array of pairs (extension, description)
- Add a method to return a generic description of the ImageIO (e.g. NIFTI, Analyze, MetaImage)
- Proposal 2
- Change the GetSupportedWriteExtensions() and GetSupportedReadExtensions() to return an array of triplets (extension, description,generic description)
- Proposal 1
- ImageIO classes should report
- Oriented Images
- Lesion Sizing Toolkit