Agenda&Status 040607: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
** Iterators [[Proposals:Refactoring Statistics Framework 2007 Iterators | Iterators Review ]] | ** Iterators [[Proposals:Refactoring Statistics Framework 2007 Iterators | Iterators Review ]] | ||
** Calculators, Generators, Process Objects | ** Calculators, Generators, Process Objects | ||
* ResampleImageFilter new ReferenceImage had no test. | * ResampleImageFilter new ReferenceImage had no test. | ||
** How to prevent developers from adding new features without a test ? | ** How to prevent developers from adding new features without a test ? |
Latest revision as of 19:49, 5 April 2007
Agenda
Project Management
- Schedule
- Next release 3.4 http://www.itk.org/Wiki/ITK_Release_Schedule#Release_3.4_Schedule
- Feature freeze June 1st 2007
- Release June 30th 2007
- Dashboard Cleanup
- David Cole
Technical Topics
- Statistics classes refactoring (to be included in ITK 3.4)
- Refactoring Statistics Framework 2007
- Analysis of class structures
- Subsamples
- Iterators Iterators Review
- Calculators, Generators, Process Objects
- ResampleImageFilter new ReferenceImage had no test.
- How to prevent developers from adding new features without a test ?
- ResampleImageFilter was using an extra member variable and using a second input.
- VectorResample filter API
- adjusting API to fit the ResampleImageFilter