Slicer 5.4
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
Classes | Variables
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 SegmentEditorSmoothingEffect.GAUSSIAN = 'GAUSSIAN'

Definition at line 492 of file SegmentEditorSmoothingEffect.py.

◆ JOINT_TAUBIN

str SegmentEditorSmoothingEffect.JOINT_TAUBIN = 'JOINT_TAUBIN'

Definition at line 495 of file SegmentEditorSmoothingEffect.py.

◆ MEDIAN

str SegmentEditorSmoothingEffect.MEDIAN = 'MEDIAN'

Definition at line 491 of file SegmentEditorSmoothingEffect.py.

◆ MORPHOLOGICAL_CLOSING

str SegmentEditorSmoothingEffect.MORPHOLOGICAL_CLOSING = 'MORPHOLOGICAL_CLOSING'

Definition at line 494 of file SegmentEditorSmoothingEffect.py.

◆ MORPHOLOGICAL_OPENING

str SegmentEditorSmoothingEffect.MORPHOLOGICAL_OPENING = 'MORPHOLOGICAL_OPENING'

Definition at line 493 of file SegmentEditorSmoothingEffect.py.