Difference between revisions of "Documentation/Labs/SimpleFilters"

From Slicer Wiki
Jump to: navigation, search
Line 8: Line 8:
  
 
= Features =
 
= Features =
 +
 +
* Beatify filter name: space separated and trimmed of "ImageFilter" suffix
 +
* Add Cast filter, with manual json description
 +
* Improve the image filter selector with ctkMenuComboBox
 +
** Add ITK groups and/or module for hierarchy
 +
* How to handle N-ary input filters?
 +
* Display filter measurements after completion
 +
* Handle image type produced by SimpleITK that can't be handled by Slicer
 +
** ITK's RLE LabelMaps, complex pixel, and VectorImages....
 +
* Include detailed Doxygen documentation? Button, tab?
 +
* Link to ITK Doxygen?
 +
* Add progress reporting, and ability to cancel.
 +
** Pending progress reporting in SimpleITK

Revision as of 15:39, 16 July 2013

Home < Documentation < Labs < SimpleFilters

Overview

This page contains TODOs for the SimpleFilters module

Documentation

Features

  • Beatify filter name: space separated and trimmed of "ImageFilter" suffix
  • Add Cast filter, with manual json description
  • Improve the image filter selector with ctkMenuComboBox
    • Add ITK groups and/or module for hierarchy
  • How to handle N-ary input filters?
  • Display filter measurements after completion
  • Handle image type produced by SimpleITK that can't be handled by Slicer
    • ITK's RLE LabelMaps, complex pixel, and VectorImages....
  • Include detailed Doxygen documentation? Button, tab?
  • Link to ITK Doxygen?
  • Add progress reporting, and ability to cancel.
    • Pending progress reporting in SimpleITK