Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Public Member Functions | |
def | __init__ (self, scriptedEffect) |
def | clipImage (self, inputImage, maskExtent, margin) |
def | clone (self) |
def | getKernelSizePixel (self) |
def | helpText (self) |
def | icon (self) |
def | modifySelectedSegmentByLabelmap (self, smoothedImage, selectedSegmentLabelmap, modifierLabelmap, maskImage, maskExtent) |
def | onApply (self, maskImage=None, maskExtent=None) |
def | paintApply (self, viewWidget) |
def | setMRMLDefaults (self) |
def | setupOptionsFrame (self) |
def | showStatusMessage (self, msg, timeoutMsec=500) |
def | smoothMultipleSegments (self, maskImage=None, maskExtent=None) |
def | smoothSelectedSegment (self, maskImage=None, maskExtent=None) |
def | updateGUIFromMRML (self) |
def | updateMRMLFromGUI (self) |
def | updateParameterWidgetsVisibility (self) |
SmoothingEffect is an Effect that smoothes a selected segment
Definition at line 13 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.__init__ | ( | self, | |
scriptedEffect | |||
) |
Definition at line 17 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.clipImage | ( | self, | |
inputImage, | |||
maskExtent, | |||
margin | |||
) |
Definition at line 239 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.clone | ( | self | ) |
Definition at line 21 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.getKernelSizePixel | ( | self | ) |
Definition at line 136 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.helpText | ( | self | ) |
Definition at line 33 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.icon | ( | self | ) |
Definition at line 27 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.modifySelectedSegmentByLabelmap | ( | self, | |
smoothedImage, | |||
selectedSegmentLabelmap, | |||
modifierLabelmap, | |||
maskImage, | |||
maskExtent | |||
) |
Definition at line 252 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.onApply | ( | self, | |
maskImage = None , |
|||
maskExtent = None |
|||
) |
maskImage: contains nonzero where smoothing will be applied
Definition at line 196 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.paintApply | ( | self, | |
viewWidget | |||
) |
Definition at line 470 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.setMRMLDefaults | ( | self | ) |
Definition at line 115 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.setupOptionsFrame | ( | self | ) |
Definition at line 45 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.showStatusMessage | ( | self, | |
msg, | |||
timeoutMsec = 500 |
|||
) |
Definition at line 192 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.smoothMultipleSegments | ( | self, | |
maskImage = None , |
|||
maskExtent = None |
|||
) |
Definition at line 367 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.smoothSelectedSegment | ( | self, | |
maskImage = None , |
|||
maskExtent = None |
|||
) |
Definition at line 280 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 147 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 176 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.updateParameterWidgetsVisibility | ( | self | ) |
Definition at line 122 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.applyButton |
Definition at line 94 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.applyToAllVisibleSegmentsCheckBox |
Definition at line 88 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.applyToAllVisibleSegmentsLabel |
Definition at line 92 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.gaussianStandardDeviationMMLabel |
Definition at line 77 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.gaussianStandardDeviationMMSpinBox |
Definition at line 71 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.jointTaubinSmoothingFactorLabel |
Definition at line 86 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.jointTaubinSmoothingFactorSlider |
Definition at line 79 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.kernelSizeMMLabel |
Definition at line 69 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.kernelSizeMMSpinBox |
Definition at line 55 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.kernelSizePixel |
Definition at line 63 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.methodSelectorComboBox |
Definition at line 47 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.paintOptionsGroupBox |
Definition at line 108 of file SegmentEditorSmoothingEffect.py.