GRIP
GRIP copied to clipboard
Program for rapidly developing computer vision applications
GRIP should have a combo NumberListRangeSocket / NumberSpinnerSocket. Using a NumberListRangeSocket is great for allowing users to visually see changes as input values change. However, for large ranges (and low...
On Debian based linux the package manager sees grip as another package also name grip(some github markdown program). I believe renaming this to something like grip-vision should fix the problem...
Pipeline connections are saved in a `HashSet`, which gives nondeterministic ordering of connections. XStream saves them in encounter order - which is a problem for the valve and switch operations...
Considering how several organizations are forking GRIP to add custom behaviors (Limelight, Jevois), it would be beneficial for us to provide a plugin API that third parties can use to...
Thinking this would be useful mostly for filtering operations where the parameters aren't obvious. Like hovering over a previewed contour could show its bounding box properties (cx, cy, w, h),...
If an invalid source is given, such as a typo in an IP camera URL, that source has to be deleted and a new one created to replace it. Being...
You should be able to invert the hue value selection from within GRIP. Otherwise you can't select the red range of colors.
Thread[JavaFX Application Thread,5,main] threw an exception ## Stack Trace: ```java java.lang.IllegalStateException: Can not start while in state STARTING. Must be in one of states: NEW, FAILED, TERMINATED at edu.wpi.grip.core.util.service.AutoRestartingService.startAsync(AutoRestartingService.java:123) at...
We should create a WPILib plugin for grip that will allow teams to decode GRIP NetworkTable data as a single object. That way all of the data values are synchronized...
I can't add the image source.Once I choose a picture,the application shut down. The image selected was invalid ## Stack Trace: ```java java.io.IOException: Error loading image D:\coco\荷馬1.jpg at edu.wpi.grip.core.util.ImageLoadingUtility.loadImage(ImageLoadingUtility.java:35) at...