GRIP icon indicating copy to clipboard operation
GRIP copied to clipboard

Program for rapidly developing computer vision applications

Results 107 GRIP issues
Sort by recently updated
recently updated
newest added
trafficstars

## 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...

location: codegen

https://github.com/WPIRoboticsProjects/GRIP/tree/gh-pages We seem to be missing the javadoc directory.

type: build
Low Priority

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...

type: bug
location: ui

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)

PR's Please!
location: codegen

We will need to have one per OS because we only include the library for the OS we are building on.

type: build

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,...

type: bug
location: generator

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...

type: build
Low Priority

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...

type: feature
location: ui

>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....

PR's Please!
location: ui