GRIP (the Graphically Represented Image Processing engine) is a program for rapidly prototyping and deploying computer vision algorithms, primarily for robotics applications. It is currently in a very early state of development, should be ready in time for the 2016 FIRST Robotics Competition.
To run, use the included Gradle wrapper script.
./gradlew run
Javadocs for the project can be found here
The opencv library for linux requires version 4.8 or higher of gcc in order for GOMP_4.0
to be present.
Check the version of gcc you have installed using gcc -v
and update if necessary.