Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dron3flyv3r/nodesystem-mk1-opencv
This is a simple node-based implementation of OpenCV.
https://github.com/dron3flyv3r/nodesystem-mk1-opencv
node-based opencv
Last synced: 20 days ago
JSON representation
This is a simple node-based implementation of OpenCV.
- Host: GitHub
- URL: https://github.com/dron3flyv3r/nodesystem-mk1-opencv
- Owner: dron3flyv3r
- Created: 2024-10-13T21:12:34.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-21T21:14:05.000Z (28 days ago)
- Last Synced: 2024-10-22T12:54:42.358Z (27 days ago)
- Topics: node-based, opencv
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeSystem-MK1-OpenCV
This is a demo project for the [NodeSystem-MK1](https://github.com/dron3flyv3r/NodeSystem-MK1) project. It uses OpenCV to process images and videos.## How to use
1. Clone the repository
```bash
git clone https://github.com/dron3flyv3r/NodeSystem-MK1-OpenCV.git
```
3. Install the required packages
```bash
pip install -r requirements.txt
```
3. Run the start.py file
```bash
python start.py
```
4. The program will start and you can use the GUI to process images and videos.