https://github.com/8dcc/imagedetection
Python image detection using OpenCV
https://github.com/8dcc/imagedetection
Last synced: 9 months ago
JSON representation
Python image detection using OpenCV
- Host: GitHub
- URL: https://github.com/8dcc/imagedetection
- Owner: 8dcc
- Created: 2021-07-18T03:47:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T04:01:01.000Z (almost 5 years ago)
- Last Synced: 2025-10-11T06:32:08.915Z (9 months ago)
- Language: Python
- Homepage:
- Size: 24.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python image detection
**Python image detection using [OpenCV](https://pypi.org/project/opencv-python/) (Learning opencv).**
Based on:
* https://github.com/ClarityCoders/ComputerVision-OpenCV
* https://docs.opencv.org/master/dc/da5/tutorial_py_drawing_functions.html
* https://gist.github.com/r4v10l1/86a7904fabe11695b7f326654e2c555b
### Installation
```bash
git clone https://github.com/r4v10l1/ImageDetection
cd ImageDetection
pip install -r requirements.txt
python ImageDetection.py
```