https://github.com/team1306/vision2020
Trying to get vision working for the 2020 season
https://github.com/team1306/vision2020
cplusplus gplusplus image-recognition opencv vision
Last synced: 4 months ago
JSON representation
Trying to get vision working for the 2020 season
- Host: GitHub
- URL: https://github.com/team1306/vision2020
- Owner: team1306
- Created: 2020-01-08T02:45:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T22:53:29.000Z (over 5 years ago)
- Last Synced: 2025-01-09T21:52:31.147Z (6 months ago)
- Topics: cplusplus, gplusplus, image-recognition, opencv, vision
- Language: C++
- Size: 3.81 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vision2020
Trying to get vision working for the 2020 season## Compiling image.cpp and trajectory.cpp
`g++ image.cpp trajectory.cpp -g -Wall -Wextra -pedantic -o vision -I/usr/include/opencv4 -lopencv_core -lopencv_highgui -lopencv_imgproc -lopencv_videoio -lopencv_imgcodecs`Running image.cpp and trajectory.cpp:
`./vision [Run with GUI]`>## Compiling image.cpp using g++:
`g++ image.cpp trajectory.cpp -g -Wall -Wextra -pedantic -o image -I/usr/include/opencv4 -lopencv_core -lopencv_highgui -lopencv_imgproc -lopencv_videoio -lopencv_imgcodecs`Syntax:
`./image [Run with GUI]`Running image.cpp using your webcam:
`./image [y/n]`Running image.cpp using an image or video:
`./image [y/n]`## Compiling trajectory.cpp using g++:
`g++ trajectory.cpp -g -Wall -Wextra -pedantic -o trajectory`Running trajectory.cpp:
`./trajectory`