GRIP
GRIP copied to clipboard
Program for rapidly developing computer vision applications
This would make it easier to fix a mistake like a typo in an IP camera URL | Source | Action | |---|---| | Image file | Change file(s) or...
[//]: # (Please ensure that the "Allow edits from maintainers" checkbox is checked. Thanks!)
Camera source data should allow the frames creation time to be passed through the pipeline to be published with network tables.
When setting up build tools there are 2 problems I run into. 1. maven says there are unindexed remote maven repositiries found, and when I try to update them(http://first.wpi.edu/FRC/roborio/maven/development and...
```pi@raspberrypi:~ $ env LD_LIBRARY_PATH=/home/pi/vision/grip:$LD_LIBRARY_PATH java -jar /home/pi/vision/grip/grip.jar /home/pi/vision/grip/project.grip Jan 27, 2017 12:58:49 AM java.util.logging.LogManager$RootLogger log CONFIG: Configuration done. Jan 27, 2017 12:58:49 AM java.util.logging.LogManager$RootLogger log CONFIG: GRIP Version: v1.5.1 2017-01-27...
Hi Working on the FRC 2016 challenge, we are trying to highlight the targets found by GRIP in our smart dashboard. One would think that a combination of "Find Contours",...
I like to install programs to a drive other than my main operating system. I find it polite to ask a user where he/she would like to install.
Code gen is lacking a few features that would make it more useful / more efficient out of the box. - [ ] Filter contours generated code is inefficient (it...
If a save file cannot be loaded, no changes happen to the pipeline and the user is notified. This will happen for any save file, pre-versioning or otherwise. When saving...
I recently wrote a custom javaFX dashboard for this FRC season that uses OpenCV to get a live image from a camera on my laptop, however out webcams on our...