silx.gui.plot.actions.medfilt¶
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 – PlotWidgetinstance on which to operate
- parent – See QAction
 
- plot – 
- 
class silx.gui.plot.actions.medfilt.MedianFilter1DAction(plot, parent=None)[source]¶
- Define the MedianFilterAction for 1D - Parameters: - plot – PlotWidgetinstance on which to operate
- parent – See QAction
 
- plot – 
- 
class silx.gui.plot.actions.medfilt.MedianFilter2DAction(plot, parent=None)[source]¶
- Define the MedianFilterAction for 2D - Parameters: - plot – PlotWidgetinstance on which to operate
- parent – See QAction
 
- plot – 
