Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
SegmentEditorThresholdEffect.py File Reference

Go to the source code of this file.

Classes

class  SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramEventFilter
 
class  SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline
 
class  SegmentEditorEffects.SegmentEditorThresholdEffect.PreviewPipeline
 
class  SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect
 

Namespaces

namespace  SegmentEditorEffects
 
namespace  SegmentEditorEffects.SegmentEditorThresholdEffect
 

Variables

str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_BRUSH_TYPE_BOX = "BOX"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_BRUSH_TYPE_CIRCLE = "CIRCLE"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_BRUSH_TYPE_DRAW = "DRAW"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_BRUSH_TYPE_LINE = "LINE"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_BRUSH_TYPE_PARAMETER_NAME = "BrushType"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_SET_AVERAGE = "AVERAGE"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_SET_LOWER = "LOWER"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_SET_LOWER_PARAMETER_NAME = "HistogramSetLower"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_SET_MAXIMUM = "MAXIMUM"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_SET_MINIMUM = "MINIMUM"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_SET_UPPER = "UPPER"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_SET_UPPER_PARAMETER_NAME = "HistogramSetUpper"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_STATE_MOVING = "MOVING"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_STATE_OFF = "OFF"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.HISTOGRAM_STATE_PLACED = "PLACED"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.METHOD_HUANG = "HUANG"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.METHOD_INTERMODES = "INTERMODES"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.METHOD_ISO_DATA = "ISO_DATA"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.METHOD_KITTLER_ILLINGWORTH = "KITTLER_ILLINGWORTH"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.METHOD_LI = "LI"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.METHOD_MAXIMUM_ENTROPY = "MAXIMUM_ENTROPY"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.METHOD_MOMENTS = "MOMENTS"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.METHOD_OTSU = "OTSU"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.METHOD_RENYI_ENTROPY = "RENYI_ENTROPY"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.METHOD_SHANBHAG = "SHANBHAG"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.METHOD_TRIANGLE = "TRIANGLE"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.METHOD_YEN = "YEN"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.MODE_SET_LOWER = "SET_LOWER"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.MODE_SET_LOWER_MAX = "SET_LOWER_MAX"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.MODE_SET_MIN_UPPER = "SET_MIN_UPPER"
 
str SegmentEditorEffects.SegmentEditorThresholdEffect.MODE_SET_UPPER = "SET_UPPER"