Minutes 032709: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(New page: == Attendees == * Kent Williams * Nick Tustison * Brad Lowekamp * Luis Ibanez == Technical Topics == * ShrinkImageFilter * MultiResolutionPyramidImageFilter * RecursiveMultiResolutionPy...)
 
 
(4 intermediate revisions by the same user not shown)
Line 11: Line 11:
* MultiResolutionPyramidImageFilter
* MultiResolutionPyramidImageFilter
* RecursiveMultiResolutionPyramidImageFilter
* RecursiveMultiResolutionPyramidImageFilter
* Naming conventions for the Statistics refactoring
** Add "Sample" to the filters name, to complete "SampleFilter".


== Action Items ==
== Action Items ==
* Fix performance computation in the ShrinkImageFilter
** Replace code in lines 158--
* Check with Hans on a Test that can be used to check for his concern with the center of mass
** Restore the use of the ShrinkImageFilter in the MultiResolutionImageFilter
* Review the outcome changes and make sure that they are back-ported to 3.12.
* Luis: To look at the "assert" error. (add include for assert)
** Look into creating an itkAssert macro, that throws an exception, instead of calling "abort()"
* Luis: Update Doxygen (compare ITK doxygen configuration with VTK's to identify performance bottleneck).

Latest revision as of 18:05, 27 March 2009

Attendees

  • Kent Williams
  • Nick Tustison
  • Brad Lowekamp
  • Luis Ibanez

Technical Topics

  • ShrinkImageFilter
  • MultiResolutionPyramidImageFilter
  • RecursiveMultiResolutionPyramidImageFilter
  • Naming conventions for the Statistics refactoring
    • Add "Sample" to the filters name, to complete "SampleFilter".

Action Items

  • Fix performance computation in the ShrinkImageFilter
    • Replace code in lines 158--
  • Check with Hans on a Test that can be used to check for his concern with the center of mass
    • Restore the use of the ShrinkImageFilter in the MultiResolutionImageFilter
  • Review the outcome changes and make sure that they are back-ported to 3.12.
  • Luis: To look at the "assert" error. (add include for assert)
    • Look into creating an itkAssert macro, that throws an exception, instead of calling "abort()"
  • Luis: Update Doxygen (compare ITK doxygen configuration with VTK's to identify performance bottleneck).