Difference between revisions of "2016 Summer Project Week/3D Lasso Selection"
From NAMIC Wiki
Line 25: | Line 25: | ||
<div style="width: 27%; float: left; padding-right: 3%;"> | <div style="width: 27%; float: left; padding-right: 3%;"> | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
− | * Design and Implementation discussed with Andras, | + | * 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) | + | * 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) | * 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) | * 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 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 | + | * 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 07:26, 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 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)