A simple application for viewing images through OpenCV
Tested on Ubuntu 16.04 LTS
ImageViewer can be built from source. Binaries can also be downloaded from the releases page.
Building from source can be done in a few easy steps
- Download the project
git clone https://github.com/frankenbeanies/imageviewer.git
cd imageviewer
- Use cmake to generate Makefile
cmake .
- Buld the project
make
Tests will be located at Tests/Tests
The Application will be located at App/ImageViewer
After building the project, you can run the tests via
./Tests/Tests
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.