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()
Donation
If this project helps you to get your job done, you can give me a cup of coffee :)
Copyright © 2020 Saeid Hosseinipoor. Released under the MIT License.
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.1.0.tar.gz
(11.1 kB
view hashes)
Built Distribution
Close
Hashes for simple-image-viewer-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a647490c42df21fa31b1ab11c9b533e617b48f3d407d12fa4ae5394a8ef13aa3 |
|
MD5 | efe243d6b089233b810ecc53595380b0 |
|
BLAKE2b-256 | d9389441bc9f1a4840701195555a066ffb9cc40b2ac6b584b3d355a2ee3b34c2 |
Close
Hashes for simple_image_viewer-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3336d9a8b5cf8ec588b38060d5c6e7aadbead1f9b7a60d1a2639ae4939fc0358 |
|
MD5 | bcfe793bc49dfbc19b7e71f9e5556478 |
|
BLAKE2b-256 | e827190604aa83404089c57fafab3919690cd18e08bafc732414f9a40d1c33f5 |