File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
# GRIP Computer Vision Engine
11
11
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
+
15
33
16
34
## Getting Started
17
35
You can’t perform that action at this time.
0 commit comments