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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple-image-viewer-0.1.0.tar.gz.
File metadata
- Download URL: simple-image-viewer-0.1.0.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a647490c42df21fa31b1ab11c9b533e617b48f3d407d12fa4ae5394a8ef13aa3
|
|
| MD5 |
efe243d6b089233b810ecc53595380b0
|
|
| BLAKE2b-256 |
d9389441bc9f1a4840701195555a066ffb9cc40b2ac6b584b3d355a2ee3b34c2
|
File details
Details for the file simple_image_viewer-0.1.0-py3-none-any.whl.
File metadata
- Download URL: simple_image_viewer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3336d9a8b5cf8ec588b38060d5c6e7aadbead1f9b7a60d1a2639ae4939fc0358
|
|
| MD5 |
bcfe793bc49dfbc19b7e71f9e5556478
|
|
| BLAKE2b-256 |
e827190604aa83404089c57fafab3919690cd18e08bafc732414f9a40d1c33f5
|