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/ 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.3.tar.gz
(10.6 kB
view hashes)
Built Distribution
Close
Hashes for simple-image-viewer-0.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6996af25d7708a3ffae4c625c02a334e8e220639c213ffdacd37daa0d960fa0 |
|
MD5 | c5e3618f66c8cad60bea209c00dd96cf |
|
BLAKE2b-256 | 498ee4c64ba3113dfc43d78851aea6fe91da0f55c7fd8c0280c4096089ec250c |
Close
Hashes for simple_image_viewer-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c03645ecb8164a1c5435d046c904e6f38aa6a12155f6a6d191ab24fdaffe82d6 |
|
MD5 | e9899a38d538c28a0f9aecf932bf2ac3 |
|
BLAKE2b-256 | feb6e9634cf907ce6a29ad2d33f5de100604e45dd36406acdb92b3adc4decb1e |