Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.