Agenda&Status 042707: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(New page: == Agenda == === Project Management === * Schedule ** Next release 3.4 http://www.itk.org/Wiki/ITK_Release_Schedule#Release_3.4_Schedule ** Feature freeze June...)
 
Line 21: Line 21:
** Analysis of class structures
** Analysis of class structures
*** [[Proposals:Refactoring Statistics Framework 2007 Class Manifesto | Class Manifesto ]]
*** [[Proposals:Refactoring Statistics Framework 2007 Class Manifesto | Class Manifesto ]]
*** [[Proposals:Refactoring Statistics Framework 2007 Migration Users Guide | Migration Instructions ]]
** Subsamples
** Subsamples
** Iterators [[Proposals:Refactoring Statistics Framework 2007 Iterators | Iterators Review ]]
** Iterators [[Proposals:Refactoring Statistics Framework 2007 Iterators | Iterators Review ]]

Revision as of 16:59, 27 April 2007

Agenda

Project Management

Technical Topics

  • MersenneTwister Random number generator Singleton versus MultiThreaded issues.
    • Crashes when called from multiple threads because it modify static variables
    • It was converted to singleton in order to make testing deterministic. (seed initialization)
    • Are mutex locks prohibitive ?
    • How to fix it and still keep Backward Compatibility ?
  • VectorResample filter API
    • adjusting API to fit the ResampleImageFilter (TODO)
  • Statistics classes refactoring (to be included in ITK 3.4)