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

Classes

class  SegmentEditorSmoothingEffect
 

Variables

str GAUSSIAN = "GAUSSIAN"
 
str JOINT_TAUBIN = "JOINT_TAUBIN"
 
str MEDIAN = "MEDIAN"
 
str MORPHOLOGICAL_CLOSING = "MORPHOLOGICAL_CLOSING"
 
str MORPHOLOGICAL_OPENING = "MORPHOLOGICAL_OPENING"
 

Variable Documentation

◆ GAUSSIAN

str SegmentEditorEffects.SegmentEditorSmoothingEffect.GAUSSIAN = "GAUSSIAN"

Definition at line 495 of file SegmentEditorSmoothingEffect.py.

◆ JOINT_TAUBIN

str SegmentEditorEffects.SegmentEditorSmoothingEffect.JOINT_TAUBIN = "JOINT_TAUBIN"

Definition at line 498 of file SegmentEditorSmoothingEffect.py.

◆ MEDIAN

str SegmentEditorEffects.SegmentEditorSmoothingEffect.MEDIAN = "MEDIAN"

Definition at line 494 of file SegmentEditorSmoothingEffect.py.

◆ MORPHOLOGICAL_CLOSING

str SegmentEditorEffects.SegmentEditorSmoothingEffect.MORPHOLOGICAL_CLOSING = "MORPHOLOGICAL_CLOSING"

Definition at line 497 of file SegmentEditorSmoothingEffect.py.

◆ MORPHOLOGICAL_OPENING

str SegmentEditorEffects.SegmentEditorSmoothingEffect.MORPHOLOGICAL_OPENING = "MORPHOLOGICAL_OPENING"

Definition at line 496 of file SegmentEditorSmoothingEffect.py.