Difference between revisions of "Projects:ARRA:SlicerEM:Developer:WidgetsToPort"
From NAMIC Wiki
Line 6: | Line 6: | ||
= List of Widgets and associated panels (ordered by priority) = | = List of Widgets and associated panels (ordered by priority) = | ||
''Ordered by priority. Different panels are illustrated [[Projects:ARRA:SlicerEM:Developer:ExampleWorkflow|here]]''. | ''Ordered by priority. Different panels are illustrated [[Projects:ARRA:SlicerEM:Developer:ExampleWorkflow|here]]''. | ||
− | + | {| | |
− | + | |- bgcolor="#abcdef" | |
− | + | ! Widget !! Panels | |
− | + | |- | |
− | + | || [[#TaskSelector|TaskSelector]] || Define Task | |
− | + | |- | |
− | + | || [[#Segmentation Mode|Segmentation Mode]] || Define Task | |
− | + | |- | |
− | + | || [[#InputChannel selector|InputChannel selector]] || Define Input Channels | |
− | + | |- | |
− | + | || [[#DynamicListOfInputChannel|DynamicListOfInputChannel]] || Define Input Channels | |
− | + | |- | |
− | + | || [[#AnatomicalTree|AnatomicalTree]] || Define Anatomical Tree, Define Atlas | |
− | + | |- | |
− | + | || [[#NodeAttributes|NodeAttributes]] || Define Anatomical Tree | |
− | + | |- | |
− | + | || [[#Colormap selector|Colormap selector]] || Define Anatomical Tree | |
− | + | |- | |
− | + | || [[#ColorMapViewOnly|ColorMapViewOnly]] || Define Anatomical Tree | |
− | + | |- | |
− | + | || [[#ProbabilityMapSelector|ProbabilityMapSelector]] || Define Atlas | |
− | + | |- | |
− | + | || [[#AtlasToInputRegistration|AtlasToInputRegistration]] || Edit registration parameters | |
− | + | |- | |
− | + | || [[#IntensityDistribution|IntensityDistribution]] || Specify internsity distributions | |
− | + | |- | |
− | + | || [[#ManualSampling|ManualSampling]] || Specify internsity distributions | |
− | + | |- | |
− | + | || [[#WeightEditor|WeightEditor]] || Edit node-based parameters | |
− | + | |- | |
− | + | || [[#ClassWeightsOverview|ClassWeightsOverview]] || Edit node-based parameters | |
− | + | |- | |
− | + | || [[#StoppingConditionsEditor|StoppingConditionsEditor]] || Edit node-based parameters | |
− | + | |- | |
− | + | || [[#PrintConfig|PrintConfig]] || Edit node-based parameters | |
− | + | |- | |
− | + | || [[#AdvancedNodeParameterEditor|AdvancedNodeParameterEditor]] || Edit node-based parameters | |
− | + | |- | |
− | + | || [[#WorkingDirSelector|WorkingDirSelector]] || Run segmentation | |
− | + | |- | |
+ | || [[#OutputLabelMapSelector|OutputLabelMapSelector]] || Run segmentation | ||
+ | |- | ||
+ | || [[#VOIEditor|VOIEditor]] || Run segmentation | ||
+ | |} | ||
= Widget screenshots = | = Widget screenshots = |
Revision as of 22:57, 20 July 2010
Home < Projects:ARRA:SlicerEM:Developer:WidgetsToPortBack to SlicerEM:Developer page
Contents
- 1 Summary
- 2 List of Widgets and associated panels (ordered by priority)
- 3 Widget screenshots
- 3.1 TaskSelector
- 3.2 Segmentation Mode
- 3.3 InputChannel selector
- 3.4 DynamicListOfInputChannel
- 3.5 AnatomicalTree
- 3.6 NodeAttributes
- 3.7 Colormap selector
- 3.8 ColorMapViewOnly
- 3.9 ProbabilityMapSelector
- 3.10 AtlasToInputRegistration
- 3.11 IntensityDistribution
- 3.12 ManualSampling
- 3.13 WeightEditor
- 3.14 ClassWeightsOverview
- 3.15 StoppingConditionsEditor
- 3.16 PrintConfig
- 3.17 AdvancedNodeParameterEditor
- 3.18 WorkingDirSelector
- 3.19 OutputLabelMapSelector
- 3.20 VOIEditor
Summary
- This document illustrates the widgets used in KWWidgets and their Qt counterpart
List of Widgets and associated panels (ordered by priority)
Ordered by priority. Different panels are illustrated here.
Widget | Panels |
---|---|
TaskSelector | Define Task |
Segmentation Mode | Define Task |
InputChannel selector | Define Input Channels |
DynamicListOfInputChannel | Define Input Channels |
AnatomicalTree | Define Anatomical Tree, Define Atlas |
NodeAttributes | Define Anatomical Tree |
Colormap selector | Define Anatomical Tree |
ColorMapViewOnly | Define Anatomical Tree |
ProbabilityMapSelector | Define Atlas |
AtlasToInputRegistration | Edit registration parameters |
IntensityDistribution | Specify internsity distributions |
ManualSampling | Specify internsity distributions |
WeightEditor | Edit node-based parameters |
ClassWeightsOverview | Edit node-based parameters |
StoppingConditionsEditor | Edit node-based parameters |
PrintConfig | Edit node-based parameters |
AdvancedNodeParameterEditor | Edit node-based parameters |
WorkingDirSelector | Run segmentation |
OutputLabelMapSelector | Run segmentation |
VOIEditor | Run segmentation |