frankenbeanies / imageviewer

Application for viewing images through OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageViewer

release Build Status

A simple application for viewing images through OpenCV

Platforms

Tested on Ubuntu 16.04 LTS

License

MIT

Distribution

ImageViewer can be built from source. Binaries can also be downloaded from the releases page.

Building from Source

Building from source can be done in a few easy steps

  1. Download the project
git clone https://github.com/frankenbeanies/imageviewer.git
cd imageviewer
  1. Use cmake to generate Makefile
cmake .
  1. Buld the project
make

Tests will be located at Tests/Tests

The Application will be located at App/ImageViewer

Running Tests

After building the project, you can run the tests via

./Tests/Tests

Usage

After bulding the project, ImageViewer will be located in the App directory.

Usage is as follows:

./ImageViewer <path_to_image>

You can move the ImageViewer binary to whatever location you wish.

About

Application for viewing images through OpenCV

License:MIT License


Languages

Language:C++ 99.9%Language:CMake 0.1%