Socket
Socket
Sign inDemoInstall

simple-image-viewer

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    simple-image-viewer

A simple image viewer for computer vision purposes.


Maintainers
1

Readme

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.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc