Difference between revisions of "Developer Meetings/20140401"

From Slicer Wiki
Jump to: navigation, search
m (Created page with '== To discuss == * [http://na-mic.org/Mantis/roadmap_page.php Release roadmap]')
 
Line 2: Line 2:
  
 
* [http://na-mic.org/Mantis/roadmap_page.php Release roadmap]
 
* [http://na-mic.org/Mantis/roadmap_page.php Release roadmap]
 +
* Using ITK's LabelStatisticsImageFilter via SimpleITK in the LabelStatistics module
 +
** Current multi-pass VTK approach is on the order of 100x slower for certain cases
 +
** [https://github.com/blowekamp/Slicer/commit/24ef60c0bd01adb58b031302de7d2c6413f53dcf Initial Implementation]
 +
** Is improved modularity for new statistics independent?
 +
** Is improve label selection and location independent? require bounding boxes?

Revision as of 17:26, 1 April 2014

Home < Developer Meetings < 20140401

To discuss

  • Release roadmap
  • Using ITK's LabelStatisticsImageFilter via SimpleITK in the LabelStatistics module
    • Current multi-pass VTK approach is on the order of 100x slower for certain cases
    • Initial Implementation
    • Is improved modularity for new statistics independent?
    • Is improve label selection and location independent? require bounding boxes?