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.4.tar.gz
(10.6 kB
view hashes)
Built Distribution
Close
Hashes for simple-image-viewer-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fee913d5311714abc5f5f873e82b032d420f89a1b0124d0d829e0b99f4905d66 |
|
MD5 | db3494afc9a18d0b9c58b76bd00ab2cc |
|
BLAKE2b-256 | b6a27c8736ae22755b4bf1083b329f199e8d125597d851101821d7f7a1494172 |
Close
Hashes for simple_image_viewer-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f892161cc10f002e9dbc713b3227f84d0bb7fc43fd2ae54d3bd5c341df36d392 |
|
MD5 | b86b6e57914bee0d2daae19bbc6b0f4c |
|
BLAKE2b-256 | cf7159a5e1d42ac3cf7d8eb354e7b5fd1bc96e969740e29435fab8f12f0270ce |