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.
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