2016 Summer Project Week/3D Lasso Selection
From NAMIC Wiki
Home < 2016 Summer Project Week < 3D Lasso Selection
Key Investigators
- Davide Punzo
- Csaba Pinter
- Andras Lasso
- Steve Pieper
Project Description
Objective
- Adding a CloudLasso selection tool in the Segmentation editor for grid data. The Segmetation editor already works on 3-D View. Therefore, it should streightforward to implement a draw effect on the 3-D and apply a grid CloudLasso selection.
- Example of CloudLasso selection on particles https://www.youtube.com/watch?v=xqUkXol6oX8&hd=1
Approach, Plan
- Discuss with Csaba, Andras and Steve the implementation.
- Do it!
Progress
- Design and Implementation discussed with Andras, Steve and Csaba
- Collected feedback from some users on the desired feature (e.g. an "eraser" 3-D Lasso too is requested)
- Generalized qSlicerSegmentEditorAbstractLabelEffect::appendPolyMask to work also in 3-DView (i.e. It will be easier for developer to implement editor effect working in 3-D)
- The project it is not finished, however in this week we created a solid base on which I can finish the work (many useful implememntaion feedback and coding sharing by Andras, Steve and Csaba)
- Implementing Rectangular effect in the 3-D View (STATUS: still not working, but in good progress)
- Implementing Lasso effect in 3-D View (STATUS: I'll start to implement it on next week and it will be built on the basis of the rectangular effect)