Difference between revisions of "Projects:ARRA:SlicerEM:Developer:WidgetsToPort"

From NAMIC Wiki
Jump to: navigation, search
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]]''.
* [[#TaskSelector|TaskSelector]]
+
{|
** Panels: Define Task
+
|- bgcolor="#abcdef"
* [[#Segmentation Mode|Segmentation Mode]]
+
! Widget !! Panels
** Panels: Define Task
+
|-
* [[#InputChannel selector|InputChannel selector]]
+
|| [[#TaskSelector|TaskSelector]] || Define Task
** Panels: Define Input Channels
+
|-
* [[#DynamicListOfInputChannel|DynamicListOfInputChannel]]
+
|| [[#Segmentation Mode|Segmentation Mode]] || Define Task
** Panels: Define Input Channels
+
|-
* [[#AnatomicalTree|AnatomicalTree]]
+
|| [[#InputChannel selector|InputChannel selector]] || Define Input Channels
** Panels: Define Anatomical Tree, Define Atlas
+
|-
* [[#NodeAttributes|NodeAttributes]]
+
|| [[#DynamicListOfInputChannel|DynamicListOfInputChannel]] || Define Input Channels
** Panels: Define Anatomical Tree
+
|-
* [[#Colormap selector|Colormap selector]]
+
|| [[#AnatomicalTree|AnatomicalTree]] || Define Anatomical Tree, Define Atlas
** Panels: Define Anatomical Tree
+
|-
* [[#ColorMapViewOnly|ColorMapViewOnly]]
+
|| [[#NodeAttributes|NodeAttributes]] || Define Anatomical Tree
** Panels: Define Anatomical Tree
+
|-
* [[#ProbabilityMapSelector|ProbabilityMapSelector]]
+
|| [[#Colormap selector|Colormap selector]] || Define Anatomical Tree
** Panels: Define Atlas
+
|-
* [[#AtlasToInputRegistration|AtlasToInputRegistration]]
+
|| [[#ColorMapViewOnly|ColorMapViewOnly]] || Define Anatomical Tree
** Panels: Edit registration parameters
+
|-
* [[#IntensityDistribution|IntensityDistribution]]
+
|| [[#ProbabilityMapSelector|ProbabilityMapSelector]] || Define Atlas
** Panels: Specify internsity distributions
+
|-
* [[#ManualSampling|ManualSampling]]
+
|| [[#AtlasToInputRegistration|AtlasToInputRegistration]] || Edit registration parameters
** Panels: Specify internsity distributions
+
|-
* [[#WeightEditor|WeightEditor]]
+
|| [[#IntensityDistribution|IntensityDistribution]] || Specify internsity distributions
** Panels: Edit node-based parameters
+
|-
* [[#ClassWeightsOverview|ClassWeightsOverview]]
+
|| [[#ManualSampling|ManualSampling]] || Specify internsity distributions
** Panels: Edit node-based parameters
+
|-
* [[#StoppingConditionsEditor|StoppingConditionsEditor]]
+
|| [[#WeightEditor|WeightEditor]] || Edit node-based parameters
** Panels: Edit node-based parameters
+
|-
* [[#PrintConfig|PrintConfig]]
+
|| [[#ClassWeightsOverview|ClassWeightsOverview]] || Edit node-based parameters
** Panels: Edit node-based parameters
+
|-
* [[#AdvancedNodeParameterEditor|AdvancedNodeParameterEditor]]
+
|| [[#StoppingConditionsEditor|StoppingConditionsEditor]] || Edit node-based parameters
** Panels: Edit node-based parameters
+
|-
* [[#WorkingDirSelector|WorkingDirSelector]]
+
|| [[#PrintConfig|PrintConfig]] || Edit node-based parameters
** Panels: Run segmentation
+
|-
* [[#OutputLabelMapSelector|OutputLabelMapSelector]]
+
|| [[#AdvancedNodeParameterEditor|AdvancedNodeParameterEditor]] || Edit node-based parameters
** Panels: Run segmentation
+
|-
* [[#VOIEditor|VOIEditor]]
+
|| [[#WorkingDirSelector|WorkingDirSelector]] || Run segmentation
** Panels: 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:WidgetsToPort

Back to SlicerEM:Developer page

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

Widget screenshots

TaskSelector

Projects-ARRA-SlicerEM-EMSegment widget 0 TaskSelector.png

Segmentation Mode

Projects-ARRA-SlicerEM-EMSegment widget 1 SegmentationMode.png

InputChannel selector

Projects-ARRA-SlicerEM-EMSegment widget 2 InputChannelSelector.png

DynamicListOfInputChannel

Projects-ARRA-SlicerEM-EMSegment widget 3 DynamicListOfInputChannel.png

AnatomicalTree

Projects-ARRA-SlicerEM-EMSegment widget 4 AnatomicalTree.png

NodeAttributes

Projects-ARRA-SlicerEM-EMSegment widget 4b NodeAttributes.png

Colormap selector

Projects-ARRA-SlicerEM-EMSegment widget 5 Colormap selector.png

ColorMapViewOnly

Projects-ARRA-SlicerEM-EMSegment widget 6 ColorMapViewOnly.png

ProbabilityMapSelector

Projects-ARRA-SlicerEM-EMSegment widget 7 ProbabilityMapSelector.png

AtlasToInputRegistration

Projects-ARRA-SlicerEM-EMSegment widget 8 AtlasToInputRegistration.png

IntensityDistribution

Projects-ARRA-SlicerEM-EMSegment widget 9 IntensityDistribution.png

ManualSampling

Projects-ARRA-SlicerEM-EMSegment widget 10 ManualSampling.png

WeightEditor

Projects-ARRA-SlicerEM-EMSegment widget 11a WeightEditor.png

ClassWeightsOverview

Projects-ARRA-SlicerEM-EMSegment widget 11b ClassWeightsOverview.png

StoppingConditionsEditor

Projects-ARRA-SlicerEM-EMSegment widget 12 StoppingConditionsEditor.png

PrintConfig

Projects-ARRA-SlicerEM-EMSegment widget 13 PrintConfig.png

AdvancedNodeParameterEditor

Projects-ARRA-SlicerEM-EMSegment widget 14 AdvancedNodeParameterEditor.png

WorkingDirSelector

Projects-ARRA-SlicerEM-EMSegment widget 15a WorkingDirSelector.png

OutputLabelMapSelector

Projects-ARRA-SlicerEM-EMSegment widget 15b OutputLabelMapSelector.png

VOIEditor

Projects-ARRA-SlicerEM-EMSegment widget 15c VOIEditor.png