Skip to content

WPIRoboticsProjects/GRIP

Repository files navigation

logo

Join the chat at https://gitter.im/WPIRoboticsProjects/GRIP Build Status codecov.io

GRIP Computer Vision Engine

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.

Running

To run, use the included Gradle wrapper script.

./gradlew run

Docs

Javadocs for the project can be found here

Common Problems

UnsatisfiedLinkError

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.