simple-image-viewer

A simple image viewer for computer vision purposes.


License
MIT
Install
pip install simple-image-viewer==0.1.0

Documentation

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 :)

paypal


Copyright © 2020 Saeid Hosseinipoor. Released under the MIT License.