Performance enhancements
- HistogramLUTItem avoids using lookup table if possible - GradientEditorItem has a method to ask whether the gradient is trivial (can be applied without the use of a lookup table) - ROI, LinearRegionItem, InfiniteLine no longer redraw for every mouse movement
Showing
- __init__.py 2 additions, 2 deletions__init__.py
- examples/PlotSpeedTest.py 11 additions, 4 deletionsexamples/PlotSpeedTest.py
- examples/VideoSpeedTest.py 2 additions, 0 deletionsexamples/VideoSpeedTest.py
- graphicsItems/GradientEditorItem.py 13 additions, 1 deletiongraphicsItems/GradientEditorItem.py
- graphicsItems/HistogramLUTItem.py 35 additions, 9 deletionsgraphicsItems/HistogramLUTItem.py
- graphicsItems/ImageItem.py 3 additions, 0 deletionsgraphicsItems/ImageItem.py
- graphicsItems/InfiniteLine.py 11 additions, 0 deletionsgraphicsItems/InfiniteLine.py
- graphicsItems/LinearRegionItem.py 15 additions, 1 deletiongraphicsItems/LinearRegionItem.py
- graphicsItems/PlotCurveItem.py 2 additions, 0 deletionsgraphicsItems/PlotCurveItem.py
- graphicsItems/PlotDataItem.py 7 additions, 2 deletionsgraphicsItems/PlotDataItem.py
- graphicsItems/ROI.py 13 additions, 2 deletionsgraphicsItems/ROI.py
- widgets/GraphicsView.py 6 additions, 0 deletionswidgets/GraphicsView.py
Loading
Please register or sign in to comment