Difference between revisions of "Developer Meetings/20141125"

From Slicer Wiki
Jump to: navigation, search
m
Line 12: Line 12:
  
 
* [http://www.na-mic.org/Bug/view.php?id=3894 #3894]: If issue occurs again, print statement or break point could be added to the function <code>qSlicerCoreApplicationPrivate::discoverSlicerHomeDirectory()</code>
 
* [http://www.na-mic.org/Bug/view.php?id=3894 #3894]: If issue occurs again, print statement or break point could be added to the function <code>qSlicerCoreApplicationPrivate::discoverSlicerHomeDirectory()</code>
 +
 
* Python self-course:  
 
* Python self-course:  
 
** Code academy: http://www.codecademy.com/en/tracks/python
 
** Code academy: http://www.codecademy.com/en/tracks/python
 
** Google's Python Class: https://developers.google.com/edu/python/
 
** Google's Python Class: https://developers.google.com/edu/python/
 +
 +
* 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

Revision as of 20:11, 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