Difference between revisions of "Developer Meetings/20141125"

From Slicer Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
== To discuss ==
 
== To discuss ==
* Integration of Segmentation object support into Slicer core: http://slicer-devel.65872.n3.nabble.com/Segmentation-object-discussion-at-tomorrow-s-hangout-tc4032927.html
+
* Integration of Segmentation object support into Slicer core:
** https://www.assembla.com/spaces/slicerrt/wiki/Segmentation
+
** [http://slicer-devel.65872.n3.nabble.com/Segmentation-object-discussion-at-tomorrow-s-hangout-tc4032927.html mailing list discussion]
 +
** [https://www.assembla.com/spaces/slicerrt/wiki/Segmentation Segmentation proposal]
 
* Extensions developer tutorial presented last week at Iowa Slicer/QIICR meeting: http://wiki.na-mic.org/Wiki/index.php/Iowa2014
 
* Extensions developer tutorial presented last week at Iowa Slicer/QIICR meeting: http://wiki.na-mic.org/Wiki/index.php/Iowa2014
 
** review attendee suggestions
 
** review attendee suggestions

Revision as of 20:12, 25 November 2014

Home < Developer Meetings < 20141125

To discuss

Conclusion

  • #3894: If issue occurs again, print statement or break point could be added to the function qSlicerCoreApplicationPrivate::discoverSlicerHomeDirectory()
  • Limitation of current implementation:
    • No overlapping contour
    • Only binary object
    • Not possible to store segmentation results
    • Closed surface needed in 3D not possible
    • Display of overlapping contour not possible
    • Different representation of the segmentation information are needed for different application
  • Proposal: https://www.assembla.com/spaces/slicerrt/wiki/Segmentation
    • New SegmentationNode that could be derived from vtkMRMLScalarVolumeNode while transistioning
    • SegmentationNode: Can contain up to N segments
    • More details on the proposal page