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 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.5.tar.gz
(10.6 kB
view hashes)
Built Distribution
Close
Hashes for simple-image-viewer-0.0.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76f5e6c6652b47f6a7a9fddd9675872575436a3dbc63cd20d93d5a1a6d125d12 |
|
MD5 | ce9cc017248cc7add9540e6e278dcf15 |
|
BLAKE2b-256 | 95c5dca436e84998c61fbbea651b804de9b8952e2684f02a10e4354b2118c413 |
Close
Hashes for simple_image_viewer-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19409e7eef704b96adb506ea7dee585b3679d17ca1416f7e723389972d996acf |
|
MD5 | 2271a4db8471637ad758f826a0271e23 |
|
BLAKE2b-256 | 8c0b71a7dc520743e0d724a54e4dc6e86fdd1372a8211a63d3e166c2815aae15 |