An open API service indexing awesome lists of open source software.

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

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
```