Minutes 071108: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(→Notes) |
(→Notes) |
||
Line 14: | Line 14: | ||
** ITK 4.0 : October 2009 (10th anniversary of ITK) | ** ITK 4.0 : October 2009 (10th anniversary of ITK) | ||
* Integrating the Statistics Refactoring | * 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 | ** Options | ||
*** Option A | *** Option A | ||
**** namespace itk::Statistics2 | **** namespace itk::Statistics2 | ||
**** Subdirectory Statistics2 (#include "Statistics2/itkHistogram.h" | **** Subdirectory Statistics2 (#include "Statistics2/itkHistogram.h") |
Revision as of 17:48, 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 A