Skip to content

This image viewer, in addition to standard formats, supports non-standard floating point images which are widely used in computer vision applications including optical flow, disparity, and depth formats.

License

Notifications You must be signed in to change notification settings

saeid-h/Simple-Image-Viewer

Repository files navigation

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.

About

This image viewer, in addition to standard formats, supports non-standard floating point images which are widely used in computer vision applications including optical flow, disparity, and depth formats.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages