GRIP
GRIP copied to clipboard
Program for rapidly developing computer vision applications
## UI - [x] Remember the previous save location - [x] Keep track of the save location (possibly as a project setting) - [x] ~~Offer options for "Generate" and "Generate...
https://github.com/WPIRoboticsProjects/GRIP/tree/gh-pages We seem to be missing the javadoc directory.
If an exception occurs when opening a file (for example, the one in issue #784), GRIP will allow you to close the error dialog box, but as soon as you...
Hopefully someone better at Python than me can open a PR to clean it up (Originally reported by @virtuald, hopefully he can help with this)
We will need to have one per OS because we only include the library for the OS we are building on.
not sure if this is indicative of a lower-level opencv bug, but the bottom three values of the interpolation option on the resize operation throw an error specifically, inter_max, warp_fill_outliers,...
This should provide us with a consistent environment to run code gen tests in that doesn't require loading dependencies each time we run a travis build. This will also allow...
May be operator error - I cannot find a way to create a new Scalar to use as input to CV rectangle function as the color value. I am using...
Some operations ask for things like min/max widths/heights. However, without an idea of how many units are being shown in an image, it's annoying to guess. There are several ways...
>Increase the contrast between selected and not selected for the image view toggle buttons (eyeballs). It is difficult to see at a glance if the buttons are on or off....