pyqtgraph/imageview/__init__.py

7 lines
161 B
Python
Raw Normal View History

"""
Widget used for display and analysis of 2D and 3D image data.
Includes ROI plotting over time and image normalization.
"""
2012-05-11 22:05:41 +00:00
from .ImageView import ImageView