nirfast-admin / NIRFASTSlicer

Customized version of 3D Slicer for NIRFAST
Other
2 stars 5 forks source link

Simplify Segment to LabelMap #4

Closed agirault closed 6 years ago

agirault commented 6 years ago

Right now the segment editor module is not enough to create a label map: need to go to the segment module, in export, and export it as a label map.

Solutions would be:

  1. try to migrate the export box from segmentation to segment editor
  2. create a python module that englobes "export to label map" and "image2Mesh" (if we can call a matlab module from python?)
  3. do nothing: we won't need it once we do the mesh creation in slicer (See #3)