Skip to content
Snippets Groups Projects
  1. Jan 05, 2016
  2. Dec 26, 2015
  3. Dec 24, 2015
  4. Dec 22, 2015
  5. Dec 18, 2015
  6. Dec 17, 2015
    • Kasper Marstal's avatar
      ENH: Using the ITK filter container for all input images · 11db55d8
      Kasper Marstal authored
      Previously, separate containers was used for fixed and moving images.
      The ITK pipeline would be driven only by the first fixed and first moving images.
      This commit introduces extra bookeeping so that all images can be added to the
      ITK input container and split into seperate containers for elastix at a later
      stage. This is necessary because only ITK input container is part of the
      pipeline mechanism.
      
      Another (and possibly simpler) solution would be override the Update() function
      and check that all image containers are up to date. However, this places the
      responsilibity of pipeline mechanism maintenance on us. It is probably better
      to keep this upstream.
      11db55d8
    • Kasper Marstal's avatar
  7. Dec 16, 2015
  8. Dec 15, 2015
  9. Dec 13, 2015
  10. Dec 11, 2015
  11. Dec 10, 2015
  12. Dec 09, 2015
  13. Dec 08, 2015
  14. Dec 07, 2015
    • Floris Berendsen's avatar
      951d2a00
    • Kasper Marstal's avatar
      ENH: ElastixFilter · f1d51022
      Kasper Marstal authored
      Adds a stand-alone ITK filter that wraps the elastix library
      in a fully pipeline-compatible process object. The original
      library interface was deprecated in favor of direct use of
      elastix internals in the filter's GenerateData() for more
      control over pipeline inputs and outputs.
      
      TODO: Support multiple fixed and moving images
      TODO: Return TransformParameters
      f1d51022
  15. Dec 04, 2015
  16. Nov 27, 2015
Loading