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: 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T17:30:48.000Z (over 1 year ago)
- Last Synced: 2025-09-09T21:10:10.962Z (10 months ago)
- Topics: node-based, opencv
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- 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.