Minutes 120309: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(New page: == Attendees == == Technical Topics == == Action Items ==) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Attendees == | == Attendees == | ||
* Nick Tustison | |||
* Brad Lowekamp | |||
* Luis Ibanez | |||
== Technical Topics == | == Technical Topics == | ||
* Issues with moving classes out of Review | |||
** Optimized registration classes | |||
** Problem with the Resample filter | |||
*** Add test for resampling image of std::complex | |||
* Brad has created NumericTraits for size_t and std::vector< size_t > | |||
** concern about making sure that VCL math functions are defined for size_t types | |||
*** We should look for abs() and div() (vcl_abs() and vcl_div() ); | |||
== Action Items == | == Action Items == | ||
* Add test for resampling image of std::complex | |||
* Get the Resample filter to work with this image type | |||
* Get the OptResample filter to work as well | |||
* Add a version of the CastWithRangeCheck macro for pixel type that has multiple components | |||
* The BSplineInterpolateImageFunction has FIXME issues | |||
** in lines 304-316. |
Latest revision as of 18:54, 4 December 2009
Attendees
- Nick Tustison
- Brad Lowekamp
- Luis Ibanez
Technical Topics
- Issues with moving classes out of Review
- Optimized registration classes
- Problem with the Resample filter
- Add test for resampling image of std::complex
- Brad has created NumericTraits for size_t and std::vector< size_t >
- concern about making sure that VCL math functions are defined for size_t types
- We should look for abs() and div() (vcl_abs() and vcl_div() );
- concern about making sure that VCL math functions are defined for size_t types
Action Items
- Add test for resampling image of std::complex
- Get the Resample filter to work with this image type
- Get the OptResample filter to work as well
- Add a version of the CastWithRangeCheck macro for pixel type that has multiple components
- The BSplineInterpolateImageFunction has FIXME issues
- in lines 304-316.