Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Classes | |
class | SegmentEditorSmoothingEffect |
Variables | |
string | GAUSSIAN = 'GAUSSIAN' |
string | JOINT_TAUBIN = 'JOINT_TAUBIN' |
string | MEDIAN = 'MEDIAN' |
string | MORPHOLOGICAL_CLOSING = 'MORPHOLOGICAL_CLOSING' |
string | MORPHOLOGICAL_OPENING = 'MORPHOLOGICAL_OPENING' |
string SegmentEditorSmoothingEffect.GAUSSIAN = 'GAUSSIAN' |
Definition at line 494 of file SegmentEditorSmoothingEffect.py.
string SegmentEditorSmoothingEffect.JOINT_TAUBIN = 'JOINT_TAUBIN' |
Definition at line 497 of file SegmentEditorSmoothingEffect.py.
string SegmentEditorSmoothingEffect.MEDIAN = 'MEDIAN' |
Definition at line 493 of file SegmentEditorSmoothingEffect.py.
string SegmentEditorSmoothingEffect.MORPHOLOGICAL_CLOSING = 'MORPHOLOGICAL_CLOSING' |
Definition at line 496 of file SegmentEditorSmoothingEffect.py.
string SegmentEditorSmoothingEffect.MORPHOLOGICAL_OPENING = 'MORPHOLOGICAL_OPENING' |
Definition at line 495 of file SegmentEditorSmoothingEffect.py.