GRIP (the Graphically Represented Image Processing engine) is a program for rapidly prototyping and deploying computer vision algorithms, primarily for robotics applications. It has been released with features designed for the 2016 FIRST Robotics Competition Season.
- Download the newest release for your operating system.
- Run the included installer.
- Open GRIP
Check out the release notes and the wiki for more information.
To build and run, use the included Gradle wrapper script.
./gradlew :ui:run
See the guide on setting up build tools in the wiki.
Thanks to TravisCI and AppVeyor for providing their continuous integration servers to open source projects for free.