Agenda&Status 031408: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
* ITK License being changed to OSI-approved BSD license
* ITK License being changed to OSI-approved BSD license
** Expected announcement date:  March 20th 2008: Spring Equinox
** Expected announcement date:  March 20th 2008: Spring Equinox
** CMake, VTK, ParaView and IGSTK (among others) will change their licenses to OSI-approved BSD too.


=== Technical Topics ===
=== Technical Topics ===
Line 15: Line 16:
*** Memory reduction controlled by a boolean flag
*** Memory reduction controlled by a boolean flag
*** Trade-off 2~5 times speed up with caching, but memory allocations may grow up to 1Gb for a 256^3 image.
*** Trade-off 2~5 times speed up with caching, but memory allocations may grow up to 1Gb for a 256^3 image.
* Adding tests for
** 3D Rigid registration
** 2D BSpline warping
** 2D BSpline deformable registration
** 3D BSpline warping
** 3D BSpline deformable registration
** 3D Tests are conditioned to enabling the BRAINWEB CMake flag at configuration time.
* Facilitating 3D tests
** Use CMake Curl for downloading the BrainWeb datasets when needed.

Latest revision as of 17:36, 14 March 2008

Project Management

Technical Topics

  • Recent changes to Mattes Mutual Information Metric
    • PDF Derivatives Computation
      • Memory reduction controlled by a boolean flag
      • Trade-off for Transform with small number of parameters
    • Caching of BSPline Weights
      • Memory reduction controlled by a boolean flag
      • Trade-off 2~5 times speed up with caching, but memory allocations may grow up to 1Gb for a 256^3 image.
  • Adding tests for
    • 3D Rigid registration
    • 2D BSpline warping
    • 2D BSpline deformable registration
    • 3D BSpline warping
    • 3D BSpline deformable registration
    • 3D Tests are conditioned to enabling the BRAINWEB CMake flag at configuration time.
  • Facilitating 3D tests
    • Use CMake Curl for downloading the BrainWeb datasets when needed.