https://github.com/liaozhangsheng/leno
Leno is an image processing node editor implemented with Qt and OpenCV.
https://github.com/liaozhangsheng/leno
cpp nodeeditor opencv qt
Last synced: 2 months ago
JSON representation
Leno is an image processing node editor implemented with Qt and OpenCV.
- Host: GitHub
- URL: https://github.com/liaozhangsheng/leno
- Owner: liaozhangsheng
- License: mit
- Created: 2024-11-30T01:52:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T01:58:42.000Z (7 months ago)
- Last Synced: 2025-01-29T07:30:13.296Z (5 months ago)
- Topics: cpp, nodeeditor, opencv, qt
- Language: C++
- Homepage:
- Size: 1.12 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Leno
**Leno is an image processing node editor implemented with Qt and OpenCV.**
## Introduction
![]()
## Get Started
⚠️ Warning: This software has only been tested on Qt6 with CMake for Windows. Please handle other versions at your own risk.### Requirements
+ [**OpenCV**](https://github.com/opencv/opencv): Open Source Computer Vision Library
😎❤️⬆️ *Please build OpenCV by yourself*+ [❤️**ElaWidgetTools**](https://github.com/Liniyous/ElaWidgetTools): A Fluent Design Style Qt Component Library
+ [🥰**nodeeditor**](https://github.com/paceholder/nodeeditor): Qt Node Editor Library### Build
+ clone the repository
```bash
git clone --recursive https://github.com/liaozhangsheng/Leno.git
```+ open the project with your IDE (e.g. Qt Creator)
+ build the project
## TODO
- [ ] Add more image processing nodes
- [ ] Multi-flowchart management
- [ ] Add nodes via plugins
- [ ] Add image processing workflow save and load functionality
- [ ] Add GPU acceleration
- [ ] More beautiful UI design
- [ ] i18n support