Difference between revisions of "2016 Summer Project Week/3D Lasso Selection"

From NAMIC Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
* 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.
+
* Adding a CloudLasso selection tool in the Segmentation editor for grid data. The Segmetation editor already works on 3D View. Therefore, it should streightforward to implement a draw effect on the 3D and apply a grid CloudLasso selection.
 
* Example of CloudLasso selection on particles https://www.youtube.com/watch?v=xqUkXol6oX8&hd=1
 
* Example of CloudLasso selection on particles https://www.youtube.com/watch?v=xqUkXol6oX8&hd=1
 
</div>
 
</div>
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 is also requested).
+
* Collected feedback from some users on the desired feature (e.g. an "eraser" 3D 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 in the next weeks.
* 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.
+
* '''Implemented'''
* Implementing Rectangular effect in the 3-D View, STATUS: still not working, but in good progress.
+
https://www.youtube.com/watch?v=eDqfabv5xUY&list=PLctSHxZgiJy6TZCu56v4qqb_uIdUL_KEz&index=2
* 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>

Latest revision as of 16:15, 14 February 2018

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 3D View. Therefore, it should streightforward to implement a draw effect on the 3D 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" 3D Lasso is also requested).
  • 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 in the next weeks.
  • Implemented
https://www.youtube.com/watch?v=eDqfabv5xUY&list=PLctSHxZgiJy6TZCu56v4qqb_uIdUL_KEz&index=2