Difference between revisions of "2016 Summer Project Week/3D Lasso Selection"
From NAMIC Wiki
Line 26: | Line 26: | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
* Design and Implementation discussed with Andras, Steve and Csaba. | * 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 | + | * Collected feedback from some users on the desired feature (e.g. an "eraser" 3-D Lasso is also 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). | * 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 | + | * The project it is not finished, however in this week we created a solid base (many useful implementation feedback and coding sharing by Andras, Steve and Csaba). The project will continued/finished next week. |
− | * Implementing Rectangular effect in the 3-D View STATUS: still not working, but in good progress. | + | * 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. | + | * 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. |
</div> | </div> | ||
</div> | </div> |
Revision as of 08:40, 25 June 2016
Home < 2016 Summer Project Week < 3D Lasso SelectionKey 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 is also 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 (many useful implementation feedback and coding sharing by Andras, Steve and Csaba). The project will continued/finished next week.
- 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.