Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbrsagor/opencv2
This project is a simple open cv project. In this project, I'm teaching my friend's elder brothers and other members.
https://github.com/mbrsagor/opencv2
Last synced: 1 day ago
JSON representation
This project is a simple open cv project. In this project, I'm teaching my friend's elder brothers and other members.
- Host: GitHub
- URL: https://github.com/mbrsagor/opencv2
- Owner: mbrsagor
- Created: 2020-08-02T04:22:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T10:43:12.000Z (3 months ago)
- Last Synced: 2024-08-04T11:47:26.797Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1.5 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenCV2
This project is a simple open cv project. In this project, I'm teaching my friend's elder brothers and other members.> Project install instructions
##### In the project I'm using `python` latest version. However please follow the documentation.###### The following steps will walk you thru installation on a Mac. Linux should be similar.
##### Create virtualenv in your project directory/folder.
````
virtualenv venv --python=python3.8
sorce venv/bin/activate
````### Dependencies
- Python 3.8
- OpenCV-2
- Numpy
- PyAutoGUI
- imutils#### Installing geospatial libraries
```
pip install opencv-python
pip install numpy
```###### Install the python dependencies which includes other libraries. Finally run the `App`
``pip install -r requirements.txt``