Skip to content
/ Owlies Public

Basic computer vision and image processing tool

Notifications You must be signed in to change notification settings

warc3l/Owlies

Repository files navigation

Build Status

Introduction

Owlies is a basic image-manipulation open-source software. Implemented in C++11, Owlies uses OpenCV and Qt frameworks. It can be used to learn about these two frameworks, and basic Deep Neuron Network to recognize some objects on the image.



Installation

All the dependencies to compile it are listed on the Dockerfile. You can copy the container warc3l/owlies from Docker Hub to get all necessary dependencies, and then generate the executable with make. Notice that Dockerfile is only written for Linux distributions. Execute the following commands to create Owlies:

$ docker pull warc3l/owlies
$ git clone https://www.github.com/warc3l/Owlies <repository_path>/Owlies
$ docker run -v <repository_path>/Owlies:/Owlies -it warc3l/owlies
$ cd Owlies && cmake . && make
$ exit

To execute Owlies, go to <repository_path>/Owlies, outside the container, and execute:

./Owlies

Enjoy!

Author

All the software has been written by Marcel Vilalta i Soler (marcel.vilalta@gmail.com). Any question, suggestion, or simply meet, contact with me.

About

Basic computer vision and image processing tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published