silx.gui.plot.actions.medfilt provides a set of QAction to apply filter
on data contained in a PlotWidget.
The following QAction are available:
-
class silx.gui.plot.actions.medfilt.MedianFilterAction(plot, parent=None)[source]
QAction to plot the pixels intensities diagram
Parameters: |
- plot – PlotWidget instance on which to operate
- parent – See QAction
|
-
getFilteredImage()[source]
Returns: | the image with the median filter apply on |
-
class silx.gui.plot.actions.medfilt.MedianFilter1DAction(plot, parent=None)[source]
Define the MedianFilterAction for 1D
Parameters: |
- plot – PlotWidget instance on which to operate
- parent – See QAction
|
-
class silx.gui.plot.actions.medfilt.MedianFilter2DAction(plot, parent=None)[source]
Define the MedianFilterAction for 2D
Parameters: |
- plot – PlotWidget instance on which to operate
- parent – See QAction
|