Difference between revisions of "2014 Winter Project Week:Cropping Multiple Surfaces"
From NAMIC Wiki
(Created page with '__NOTOC__ <gallery> Image:PW-SLC2014.png|Projects List </gallery> ==Key Investigators== * Isomics: Steve Pieper * Isomics: Alexander Yarma…') |
|||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
==Key Investigators== | ==Key Investigators== | ||
+ | * Isomics: Alexander Yarmarkovich | ||
* Isomics: Steve Pieper | * Isomics: Steve Pieper | ||
− | |||
* Kitware Jean-Christophe Fillion-Robin | * Kitware Jean-Christophe Fillion-Robin | ||
* University of Michigan: Vinicius Boen | * University of Michigan: Vinicius Boen | ||
Line 23: | Line 23: | ||
* Considering between | * Considering between | ||
** Already developed code for Slicer3 | ** Already developed code for Slicer3 | ||
+ | *** [http://viewvc.slicer.org/viewvc.cgi/Slicer3/trunk/Modules/ClipModel Slicer3 ClipModel] | ||
** And code not updated in Slicer4. | ** And code not updated in Slicer4. | ||
*** [https://github.com/j-lin/ModelClip ModelClip github] | *** [https://github.com/j-lin/ModelClip ModelClip github] | ||
Line 30: | Line 31: | ||
<div style="width: 27%; float: left; padding-right: 3%;"> | <div style="width: 27%; float: left; padding-right: 3%;"> | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
− | * | + | * Considering the code already started called ModelClip that haven't been updated in a while and the I had with Alexander Yarmarkovich where we walked through the code written in tcl to Slicer3 I decided to don't start with neither of the coded, and start with a python code instead. Steve suggested that I include it into Surface Toolbox where there's a pipeline with several features and the Cropping Multiple Surfaces Simultaneously would be a new feature of the pipeline. |
+ | [https://github.com/Slicer/Slicer/blob/master/Modules/Scripted/SurfaceToolbox/SurfaceToolbox.py SurfaceToolbox github] | ||
</div> | </div> | ||
== Reference == | == Reference == | ||
− | + | * [https://github.com/j-lin/ModelClip ModelClip github] | |
− | |||
− |
Latest revision as of 16:28, 10 January 2014
Home < 2014 Winter Project Week:Cropping Multiple SurfacesKey Investigators
- Isomics: Alexander Yarmarkovich
- Isomics: Steve Pieper
- Kitware Jean-Christophe Fillion-Robin
- University of Michigan: Vinicius Boen
Project Description
Objective
- Create a development plan for cropping multiple surfaces simultaneously for Slicer4
Approach, Plan
- Considering between
- Already developed code for Slicer3
- And code not updated in Slicer4.
- Discuss what would be the better alternative in order to develop new tools for cropping multiple surfaces simultaneously for Slicer4.
Progress
- Considering the code already started called ModelClip that haven't been updated in a while and the I had with Alexander Yarmarkovich where we walked through the code written in tcl to Slicer3 I decided to don't start with neither of the coded, and start with a python code instead. Steve suggested that I include it into Surface Toolbox where there's a pipeline with several features and the Cropping Multiple Surfaces Simultaneously would be a new feature of the pipeline.