Agenda&Status 092608: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''SIXTH MEETING IN SECOND LIFE'''
'''SIXTH MEETING IN SECOND LIFE'''


=== How to Join ===


You can *teleport* to this location by clicking on the following link:
http://slurl.com/secondlife/Hippotropolis/238/14/24/?img=http%3A//public.kitware.com/Insight/Doxygen/html/itkLogo.jpg&title=ITK%20Tcon&msg=Insight%20Toolkit%20%28ITK%29%20Tcon
More details at:
* [[ITK in Second Life|ITK Meeting in Second Life]]


=== Project Management ===
=== Project Management ===

Latest revision as of 17:09, 24 September 2008

SIXTH MEETING IN SECOND LIFE

How to Join

You can *teleport* to this location by clicking on the following link:

http://slurl.com/secondlife/Hippotropolis/238/14/24/?img=http%3A//public.kitware.com/Insight/Doxygen/html/itkLogo.jpg&title=ITK%20Tcon&msg=Insight%20Toolkit%20%28ITK%29%20Tcon

More details at:

Project Management

Technical Topics

  • Third-Party Library Patrol
    • Updating TIFF for ITK 3.10
    • Updating ZLIB for ITK 3.10
  • Linux and Cygwin Package Maintainers
  • Enabling itk::Image to behave as itk::OrientedImage
    • CMake flag is ON in several machines (Zion & Redwall)
    • Making it ON by default ?
    • Removing the flag ?
    • Performance changes ?
  • Lesion Sizing Toolkit
  • ImageIO support for GUI
    • ImageIO API for GUI Support PROPOSAL PAGE
    • 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)