Skip to content

Commit 880cc48

Browse files
committed
Merge pull request #575 from JLLeitschuh/readme/mqpComplete
Updates README with new information about GRIP
2 parents 03ce075 + 6adc0d6 commit 880cc48

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,27 @@
99

1010
# GRIP Computer Vision Engine
1111

12-
GRIP (the Graphically Represented Image Processing engine) is a program for rapidly prototyping and deploying computer
13-
vision algorithms, primarily for robotics applications. It has been released with features designed for the
14-
2016 FIRST Robotics Competition Season.
12+
GRIP (the Graphically Represented Image Processing engine) is an application for rapidly prototyping and deploying computer
13+
vision algorithms, primarily for robotics applications.
14+
Developing a vision program can be difficult because it is hard to visualize the intermediate results.
15+
GRIP simplifies and accelerates the creation of vision systems for experienced users and reduces the barrier to entry for inexperienced users.
16+
As a result, many teams with minimal computer vision knowledge successfully used GRIP in the 2016 FIRST Robotics Competition game.
17+
18+
# Features
19+
20+
- Intuitive drag and drop UI.
21+
- Active development community.
22+
- Extensible!
23+
- Deploys and runs headless.
24+
- Supports various network protocols
25+
- [Network Tables](https://github.com/PeterJohnson/ntcore)
26+
- [Robot Operating System (ROS)](http://www.ros.org/)
27+
- OS Support:
28+
- Windows
29+
- OSX
30+
- Linux
31+
- Embedded Linux ARM (NI RoboRIO)
32+
1533

1634
## Getting Started
1735

0 commit comments

Comments
 (0)