Minutes 071108: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(→Notes) |
(→Notes) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
** ITK 3.10 : October 30th 2008 | ** ITK 3.10 : October 30th 2008 | ||
** ITK 4.0 : October 2009 (10th anniversary of ITK) | ** 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. |
Latest revision as of 17:53, 11 July 2008
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.
- Option A
- Schedule
- Finish the Classifiers in the Sandbox (by September 2008)
- Target ITK 4.0 for integrating the new Framework into ITK proper.