Minutes 071108

From KitwarePublic
Revision as of 17:53, 11 July 2008 by Ibanez (talk | contribs) (→‎Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.