Slicer  5.3
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Variables
SegmentEditorSmoothingEffect Namespace Reference

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'
 

Variable Documentation

◆ GAUSSIAN

string SegmentEditorSmoothingEffect.GAUSSIAN = 'GAUSSIAN'

Definition at line 494 of file SegmentEditorSmoothingEffect.py.

◆ JOINT_TAUBIN

string SegmentEditorSmoothingEffect.JOINT_TAUBIN = 'JOINT_TAUBIN'

Definition at line 497 of file SegmentEditorSmoothingEffect.py.

◆ MEDIAN

string SegmentEditorSmoothingEffect.MEDIAN = 'MEDIAN'

Definition at line 493 of file SegmentEditorSmoothingEffect.py.

◆ MORPHOLOGICAL_CLOSING

string SegmentEditorSmoothingEffect.MORPHOLOGICAL_CLOSING = 'MORPHOLOGICAL_CLOSING'

Definition at line 496 of file SegmentEditorSmoothingEffect.py.

◆ MORPHOLOGICAL_OPENING

string SegmentEditorSmoothingEffect.MORPHOLOGICAL_OPENING = 'MORPHOLOGICAL_OPENING'

Definition at line 495 of file SegmentEditorSmoothingEffect.py.