A simple image viewer for computer vision purposes.
Project description
Simple Image Viewer
This python code provides a simple image viewer for the rgular image formats. This image viewer also supports non-standard floating point images which are widely used in computer vision including optical flow, disparity, and depth formats.
File Format Support
- png, jpg, ...: All regular images.
- flo: Middleburry optical flow.
- dpt: Middleburry depth.
- pfm: Freiburg floating point disparity.
Python Package
You can also download and install the Simple Image Viewer as a python package by:
python -m pip install --index-url https://test.pypi.org/simple/ --no-deps simple-image-viewer
Then you can simply import it in a python code and use it as follows:
from simple_image_viewer import *
SimpleImageViewer().mainloop()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simple-image-viewer-0.0.2.tar.gz
(10.6 kB
view hashes)
Built Distribution
Close
Hashes for simple-image-viewer-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22748998d92aac8bd5dc45259d903b3e21d07fe848ef58441ee85fc386acd19d |
|
MD5 | 725dee1d6ba8a44b061c580bf38d1a1e |
|
BLAKE2b-256 | 98fa1972c787441691ca644f4fd750b9bdcd9edca9d4148aa9d3437b5e81ad07 |
Close
Hashes for simple_image_viewer-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84a9cf5118d66bbb40d5634214fdeaf2057b29889f4160463581c42be29f4ad8 |
|
MD5 | 32540297651443c86807ef9105926f04 |
|
BLAKE2b-256 | d2ac3735cfa22a2c81d7477da0a7721717765f6a8d4c90b8c6e68bc3e22ebd4d |