https://github.com/deltacv/PaperVision
Create your custom OpenCV algorithms using a user-friendly node editor interface, inspired by Blender and Unreal Engine blueprints! Quickly prototype your vision as you edit.
https://github.com/deltacv/PaperVision
editor opencv vision
Last synced: 2 months ago
JSON representation
Create your custom OpenCV algorithms using a user-friendly node editor interface, inspired by Blender and Unreal Engine blueprints! Quickly prototype your vision as you edit.
- Host: GitHub
- URL: https://github.com/deltacv/PaperVision
- Owner: deltacv
- License: gpl-3.0
- Created: 2021-10-26T01:56:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-11-21T18:12:16.000Z (4 months ago)
- Last Synced: 2025-11-21T20:21:03.590Z (4 months ago)
- Topics: editor, opencv, vision
- Language: Kotlin
- Homepage: https://docs.deltacv.org/papervision
- Size: 4.94 MB
- Stars: 379
- Watchers: 5
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-java - PaperVision
README
# PaperVision
Create your custom OpenCV algorithms using a user-friendly node editor interface inspired by Blender and Unreal Engine blueprints.

# Running
## Run with EOCV-Sim (recommended)
PaperVision comes bundled with EOCV-Sim, starting from v4.0.0. [You can download the latest version of EOCV-Sim from the docs](https://docs.deltacv.org/eocv-sim/downloading-eocv-sim).
Make sure to refer to the "PaperVision" tab in the simulator to create a new project and open it right away ! The integration with EOCV-Sim will allow you to live preview your pipeline as you build it in the node editor.
## Run with Gradle
Use the following commands to run the project with gradle, this will allow you to test the latest features and changes, building from source.
```shell
git clone https://github.com/deltacv/PaperVision.git
cd PaperVision
./gradlew runEv
```
This option won't allow for live previewing, since the backend runs in NO-OP mode, but it will let you to test the node editor.
# Community
Please [join the discord server](https://discord.gg/A3RMYzf6DA) to keep an active beta testing community, where you'll be able to report issues and suggest new features. Please note that off-topic discourse is not allowed on the server, and in the case of underage FIRST participants, YPP policies will be actively enforced.