GRIP
GRIP copied to clipboard
Program for rapidly developing computer vision applications
I was working on a project to establish a pipeline for a limelight on Saturday, but when I tried to reopen the same file on Monday, it wouldn't work. Also,...
[//]: # (Please ensure that the "Allow edits from maintainers" checkbox is checked. Thanks!) This adds the opencv `morphologyEx` function. More info [here](http://frc-pdr.readthedocs.io/en/latest/vision/morphological_operations.html)
#952 enabled tests in Java 11, which showed 2 tests that are failing in Master. https://github.com/WPIRoboticsProjects/GRIP/blob/8923d10277f2ccd31621154e4c46ea5afa4238f4/ui/src/test/java/edu/wpi/grip/ui/pipeline/AddSourceButtonTest.java#L97 https://github.com/WPIRoboticsProjects/GRIP/blob/8923d10277f2ccd31621154e4c46ea5afa4238f4/ui/src/test/java/edu/wpi/grip/ui/pipeline/AddSourceButtonTest.java#L174
Closes #880 Adds Sliders for convexity and inertia ratio. 
Steps to Reproduce: 1. Add a webcam/video source 2. Make it visible 3. Add a blur operation (I just left it at box blur) 4. Connect the blur's input to...
We need to update the `Publish Video` step to use the new stream format. As reported by @PeterJohnson
Should slightly cut down on install sizes by only including the appropriate native libraries.
Thread[JavaFX Application Thread,5,main] threw an exception ## Stack Trace: ```java java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1774) at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1657) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191) at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)...
Angle is from minAreaRect, and is in the closed range `[-90, 0]` Rework contours operations to be a bit more functional Make filter contours a bit more optimized Add a...
Fixes a problem with logical operations (and linked input sockets in general) having output connections deserialized prior to input connections, which lead to crashes when loading save files with operations...