Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Classes | |
class | HistogramEventFilter |
class | HistogramPipeline |
class | PreviewPipeline |
class | SegmentEditorThresholdEffect |
Variables | |
string | HISTOGRAM_BRUSH_TYPE_BOX = 'BOX' |
string | HISTOGRAM_BRUSH_TYPE_CIRCLE = 'CIRCLE' |
string | HISTOGRAM_BRUSH_TYPE_DRAW = 'DRAW' |
string | HISTOGRAM_BRUSH_TYPE_LINE = 'LINE' |
string | HISTOGRAM_BRUSH_TYPE_PARAMETER_NAME = "BrushType" |
string | HISTOGRAM_SET_AVERAGE = 'AVERAGE' |
string | HISTOGRAM_SET_LOWER = 'LOWER' |
string | HISTOGRAM_SET_LOWER_PARAMETER_NAME = 'HistogramSetLower' |
string | HISTOGRAM_SET_MAXIMUM = 'MAXIMUM' |
string | HISTOGRAM_SET_MINIMUM = 'MINIMUM' |
string | HISTOGRAM_SET_UPPER = 'UPPER' |
string | HISTOGRAM_SET_UPPER_PARAMETER_NAME = 'HistogramSetUpper' |
string | HISTOGRAM_STATE_MOVING = 'MOVING' |
string | HISTOGRAM_STATE_OFF = 'OFF' |
string | HISTOGRAM_STATE_PLACED = 'PLACED' |
string | METHOD_HUANG = 'HUANG' |
string | METHOD_INTERMODES = 'INTERMODES' |
string | METHOD_ISO_DATA = 'ISO_DATA' |
string | METHOD_KITTLER_ILLINGWORTH = 'KITTLER_ILLINGWORTH' |
string | METHOD_LI = 'LI' |
string | METHOD_MAXIMUM_ENTROPY = 'MAXIMUM_ENTROPY' |
string | METHOD_MOMENTS = 'MOMENTS' |
string | METHOD_OTSU = 'OTSU' |
string | METHOD_RENYI_ENTROPY = 'RENYI_ENTROPY' |
string | METHOD_SHANBHAG = 'SHANBHAG' |
string | METHOD_TRIANGLE = 'TRIANGLE' |
string | METHOD_YEN = 'YEN' |
string | MODE_SET_LOWER = 'SET_LOWER' |
string | MODE_SET_LOWER_MAX = 'SET_LOWER_MAX' |
string | MODE_SET_MIN_UPPER = 'SET_MIN_UPPER' |
string | MODE_SET_UPPER = 'SET_UPPER' |
string SegmentEditorThresholdEffect.HISTOGRAM_BRUSH_TYPE_BOX = 'BOX' |
Definition at line 1193 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_BRUSH_TYPE_CIRCLE = 'CIRCLE' |
Definition at line 1194 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_BRUSH_TYPE_DRAW = 'DRAW' |
Definition at line 1195 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_BRUSH_TYPE_LINE = 'LINE' |
Definition at line 1196 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_BRUSH_TYPE_PARAMETER_NAME = "BrushType" |
Definition at line 1191 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_SET_AVERAGE = 'AVERAGE' |
Definition at line 1207 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_SET_LOWER = 'LOWER' |
Definition at line 1206 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_SET_LOWER_PARAMETER_NAME = 'HistogramSetLower' |
Definition at line 1202 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_SET_MAXIMUM = 'MAXIMUM' |
Definition at line 1209 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_SET_MINIMUM = 'MINIMUM' |
Definition at line 1205 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_SET_UPPER = 'UPPER' |
Definition at line 1208 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_SET_UPPER_PARAMETER_NAME = 'HistogramSetUpper' |
Definition at line 1203 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_STATE_MOVING = 'MOVING' |
Definition at line 1199 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_STATE_OFF = 'OFF' |
Definition at line 1198 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_STATE_PLACED = 'PLACED' |
Definition at line 1200 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_HUANG = 'HUANG' |
Definition at line 1213 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_INTERMODES = 'INTERMODES' |
Definition at line 1214 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_ISO_DATA = 'ISO_DATA' |
Definition at line 1215 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_KITTLER_ILLINGWORTH = 'KITTLER_ILLINGWORTH' |
Definition at line 1216 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_LI = 'LI' |
Definition at line 1217 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_MAXIMUM_ENTROPY = 'MAXIMUM_ENTROPY' |
Definition at line 1218 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_MOMENTS = 'MOMENTS' |
Definition at line 1219 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_OTSU = 'OTSU' |
Definition at line 1220 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_RENYI_ENTROPY = 'RENYI_ENTROPY' |
Definition at line 1221 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_SHANBHAG = 'SHANBHAG' |
Definition at line 1222 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_TRIANGLE = 'TRIANGLE' |
Definition at line 1223 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_YEN = 'YEN' |
Definition at line 1224 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.MODE_SET_LOWER = 'SET_LOWER' |
Definition at line 1227 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.MODE_SET_LOWER_MAX = 'SET_LOWER_MAX' |
Definition at line 1229 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.MODE_SET_MIN_UPPER = 'SET_MIN_UPPER' |
Definition at line 1228 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.MODE_SET_UPPER = 'SET_UPPER' |
Definition at line 1226 of file SegmentEditorThresholdEffect.py.