You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2019. It is now read-only.
Computer Vision library for FTC based on OpenCV, featuring **beacon color and position detection**, as well as an easy-to-use `VisionOpMode` format and many additional detection features planned in the future.
5
7
6
8
## Installing from Scratch
@@ -30,13 +32,19 @@ include ':ftc-visionlib'
30
32
compile project(':ftc-visionlib')
31
33
compile project(':opencv-java')
32
34
```
33
-
- Copy in Vision opmodes (those that end in `VisionSample.java`) from the FTCVision directory into your opmode directory.
35
+
- Update Gradle configuration by pressing the green "Sync Project with Gradle Files" button in the header (this may take a minute)
36
+
- Copy in Vision opmodes (those that end in `VisionSample.java`, located in `[vision-root]/ftc-robotcontroller/src/main/java/com/qualcomm/ftcrobotcontroller/opmodes`) from the FTCVision directory into your opmode directory.
34
37
- Run and test the code! Let us know if you encounter any difficulties.
38
+
- You can now write your custom `VisionOpMode`!
35
39
36
40
## Status
37
41
This library is currently under insanely active development. We're in the **Beta** phase right now. If you have any questions or would like to help, send a note to `smo-key` (contact info on profile). Thank you!
38
42
39
-

43
+
#### Accuracy Test
44
+

45
+
46
+
#### Distance Test
47
+

40
48
41
49
## Goals
42
50
- Locate the lit target (the thing with two buttons) within the camera viewfield
0 commit comments