Agenda&Status 072007: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
mNo edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
** Before last session we covered bugs 5148 to 4741 (June 15) | ** Before last session we covered bugs 5148 to 4741 (June 15) | ||
** Last session we covered bugs 4657 to 4499 (June 22) | ** Last session we covered bugs 4657 to 4499 (June 22) | ||
* Giving CVS Write Access to | * '''Giving CVS Write Access to''' | ||
** Sean McBride : Rogue Research, Canada | ** Sean McBride : Rogue Research, Canada | ||
** Mathieu Coursolle : Rogue Research, Canada | ** Mathieu Coursolle : Rogue Research, Canada | ||
=== Technical Topics === | === Technical Topics === | ||
Line 38: | Line 37: | ||
* Quad Edge Mesh | * Quad Edge Mesh | ||
** Alex Progress Report | ** Alex Progress Report | ||
** Proposal page: [[Proposals:New Mesh Class|New Mesh Class]] |
Latest revision as of 17:37, 20 July 2007
Project Management
- Release Schedule
- Next release 3.4 http://www.itk.org/Wiki/ITK_Release_Schedule#Release_3.4_Schedule
- Anticipate Delay on the Release Schedule
- Continue Bug Triage http://www.itk.org/Bug/query.php
- Before last session we covered bugs 5148 to 4741 (June 15)
- Last session we covered bugs 4657 to 4499 (June 22)
- Giving CVS Write Access to
- Sean McBride : Rogue Research, Canada
- Mathieu Coursolle : Rogue Research, Canada
Technical Topics
- ImageIO Streaming
- http://www.na-mic.org/svn/NAMICSandBox/trunk/ImageIOStreaming/
- Reading infrastructure ready. Example with YAFF format
- MINC upcoming
- Nifti Now Working: Kent Williams, Hans Johnson
- MetaImage on the works
- Writing:
- Should ImageFileWriter adopt the API of the StreamingImageFilter ?
- Should we have a specialized ImageFileWriter that is aware of streaming ?
- ImageSeriesReader and ImageSeriesWriter should be fixed to support streaming too...
- BWHITKOptimization
- Backward / Forward compatibility
- itkThreadSafeTransform added to Code/Review
- CMake symbol ITK_USE_OPTIMIZED_REGISTRATION_METHODS added to ITK
- Transform new API
- TransformPoint( point, threadId )
- TransformVector( vector, threadId )
- TransformVector( vnlVector, threadId )
- TransformCovariantVector( point, threadId )
- GetJacobian( point, threadId )
- SetNumberOfThreads()
- GetJacobianVariableForThread( threadId ) [protected helper method]
- Quad Edge Mesh
- Alex Progress Report
- Proposal page: New Mesh Class