Minutes 120309

From KitwarePublic
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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() );

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.