https://github.com/stuypulse/stuyvision
OpenCV Test for Python
https://github.com/stuypulse/stuyvision
Last synced: 3 months ago
JSON representation
OpenCV Test for Python
- Host: GitHub
- URL: https://github.com/stuypulse/stuyvision
- Owner: StuyPulse
- Created: 2021-03-03T16:58:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T22:22:25.000Z (about 4 years ago)
- Last Synced: 2025-01-16T13:59:11.520Z (4 months ago)
- Language: Python
- Size: 3.77 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StuyVision
This repository has some test OpenCV code that should help teach CV during quarantine.
It is currently just a couple of python scripts, but it may expand in the future.
## Application Example

## How to run application
To run, make sure no other application is using you webcam.
Before running, make sure to install opencv by running `pip install opencv-python`
Then, it git bash run `./run.sh` in the project directory.
If this does not work, go into the `./src/` folder and run:
- `python ./main.py`
- `python3 ./main.py`
- `py ./main.py`Try all of these as one may work and others will not/