Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robotpy/roborio-opencv
Scripts to build OpenCV for the RoboRIO
https://github.com/robotpy/roborio-opencv
frc image-processing opencv openv roborio
Last synced: 4 days ago
JSON representation
Scripts to build OpenCV for the RoboRIO
- Host: GitHub
- URL: https://github.com/robotpy/roborio-opencv
- Owner: robotpy
- Created: 2015-12-27T07:34:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T15:29:12.000Z (4 months ago)
- Last Synced: 2025-01-31T00:06:56.531Z (13 days ago)
- Topics: frc, image-processing, opencv, openv, roborio
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 13
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OpenCV wheel builder for RoboRIO
================================Packages OpenCV in a wheel for installation on the RoboRIO.
Usage
=====You can install this on your RoboRIO by installing the `robotpy-opencv` package
with `robotpy-installer` ([see the docs for details](https://robotpy.readthedocs.io/en/stable/install/robot.html)).For detailed information about how to use OpenCV, see their [website](http://opencv.org/).
There's lots of documentation and tutorials/etc available.The image processing section of the Programmer's Guide at the [RobotPy documentation site](http://robotpy.readthedocs.io)
also has some details for using OpenCV on a RoboRIO.