Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 419 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 419 Bytes

Panda Eye

Panda Eye is a simple image viewer built as a tool for image visualization and simple image analysis. It is focused at helping development of computer vision applications.

Installing

This project has an cmake organization therefore is possible to install it using the following commands:

cmake . -B ./build
cmake --build ./build/
cd build; sudo cmake install