Difference between revisions of "Python programming Tutorial"
From NAMIC Wiki
Line 7: | Line 7: | ||
* Mouse interactions | * Mouse interactions | ||
* Point selection | * Point selection | ||
+ | |||
+ | Existing Resources: | ||
+ | [http://wiki.na-mic.org/Wiki/index.php/2014_Summer_Project_Week_Breakout_Session:SlicerExtensions NA-MIC Summer 2014 Extension Building] | ||
+ | |||
+ | Example of Application | ||
+ | |||
+ | Waist Measurement Example: | ||
+ | Input: Abdominal CT Scan | ||
+ | Output: Single Scalar value written in a CSV file as in the LabelStatistics Module |
Revision as of 18:46, 27 June 2014
Home < Python programming TutorialGoal is to create a new tutorial for building a new Slicer Extension in Python on the model of the Python Programming Tutorial with example from Iowa Team
WishList
- Make QT Buttons
- Interact with Slicer MRML Scenes
- Integrate part of existing Python modules
- Mouse interactions
- Point selection
Existing Resources: NA-MIC Summer 2014 Extension Building
Example of Application
Waist Measurement Example: Input: Abdominal CT Scan Output: Single Scalar value written in a CSV file as in the LabelStatistics Module