Minutes 071108

From KitwarePublic
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Attendees

  • Jim Miller
  • Hans Johnson
  • Stephen Aylward
  • Luis Ibanez

Notes

  • Hans will fix the itkDeformationFieldJacobianImageFilter and couple it with the itkWarpJacobianImageFilter class.
  • Release numbering:
    • ITK 3.8  : July 30th 2008
    • ITK 3.10 : October 30th 2008
    • ITK 4.0  : October 2009 (10th anniversary of ITK)
  • Integrating the Statistics Refactoring
    • It should be possible for a user to use in the same application, both the old classes and the new classes.
    • Options
      • Option A
        • namespace itk::Statistics2
        • Subdirectory Statistics2 (#include "Statistics2/itkHistogram.h")
      • Option B
        • Use a CMake flag to switch between the old and the new framework.
    • Schedule
      • Finish the Classifiers in the Sandbox (by September 2008)
      • Target ITK 4.0 for integrating the new Framework into ITK proper.