Metadata-Version: 2.1
Name: imgui-datascience
Version: 0.3.2
Summary: A set of utilities for data science using python, imgui, numpy and opencv
Home-page: https://github.com/pthom/imgui_datascience
Author: Pascal Thomet
Author-email: pthomet@gmail.com
License: Apache Software License 2.0
Keywords: imgui_datascience
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: imgui
Requires-Dist: opencv-python
Requires-Dist: imgui[pygame]
Requires-Dist: pyopengl
Requires-Dist: matplotlib
Requires-Dist: pygame
Requires-Dist: enum34
Requires-Dist: xxhash



A set of utilities for data science using python, imgui, numpy and opencv

Features
========

View the full demo (1'50") on youtube:

https://www.youtube.com/watch?v=qstEZyLGsTQ&feature=youtu.be

Run it after install:

python -m imgui_datascience --example


Display numpy.ndarray (aka opencv image)
----------------------------------------

The following types are supported : RGB, RGBA, GRAY, float32, float64

Display matplotlib figures
--------------------------

Inspect images
--------------
- show pixels color (or float values)
- adjust visibility for float images
- save images
- zoom & pan (with possible sync between 2 images)


