Slicer
5.2
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 1212 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_BRUSH_TYPE_CIRCLE = 'CIRCLE' |
Definition at line 1213 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_BRUSH_TYPE_DRAW = 'DRAW' |
Definition at line 1214 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_BRUSH_TYPE_LINE = 'LINE' |
Definition at line 1215 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_BRUSH_TYPE_PARAMETER_NAME = "BrushType" |
Definition at line 1210 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_SET_AVERAGE = 'AVERAGE' |
Definition at line 1226 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_SET_LOWER = 'LOWER' |
Definition at line 1225 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_SET_LOWER_PARAMETER_NAME = 'HistogramSetLower' |
Definition at line 1221 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_SET_MAXIMUM = 'MAXIMUM' |
Definition at line 1228 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_SET_MINIMUM = 'MINIMUM' |
Definition at line 1224 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_SET_UPPER = 'UPPER' |
Definition at line 1227 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_SET_UPPER_PARAMETER_NAME = 'HistogramSetUpper' |
Definition at line 1222 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_STATE_MOVING = 'MOVING' |
Definition at line 1218 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_STATE_OFF = 'OFF' |
Definition at line 1217 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.HISTOGRAM_STATE_PLACED = 'PLACED' |
Definition at line 1219 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_HUANG = 'HUANG' |
Definition at line 1232 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_INTERMODES = 'INTERMODES' |
Definition at line 1233 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_ISO_DATA = 'ISO_DATA' |
Definition at line 1234 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_KITTLER_ILLINGWORTH = 'KITTLER_ILLINGWORTH' |
Definition at line 1235 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_LI = 'LI' |
Definition at line 1236 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_MAXIMUM_ENTROPY = 'MAXIMUM_ENTROPY' |
Definition at line 1237 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_MOMENTS = 'MOMENTS' |
Definition at line 1238 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_OTSU = 'OTSU' |
Definition at line 1239 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_RENYI_ENTROPY = 'RENYI_ENTROPY' |
Definition at line 1240 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_SHANBHAG = 'SHANBHAG' |
Definition at line 1241 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_TRIANGLE = 'TRIANGLE' |
Definition at line 1242 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.METHOD_YEN = 'YEN' |
Definition at line 1243 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.MODE_SET_LOWER = 'SET_LOWER' |
Definition at line 1246 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.MODE_SET_LOWER_MAX = 'SET_LOWER_MAX' |
Definition at line 1248 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.MODE_SET_MIN_UPPER = 'SET_MIN_UPPER' |
Definition at line 1247 of file SegmentEditorThresholdEffect.py.
string SegmentEditorThresholdEffect.MODE_SET_UPPER = 'SET_UPPER' |
Definition at line 1245 of file SegmentEditorThresholdEffect.py.