Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chensation/delaunay-dream
App for applying delaunay triangulation to videos as a visual effect
https://github.com/chensation/delaunay-dream
delaunay-triangulation opencv python video-processing
Last synced: 13 days ago
JSON representation
App for applying delaunay triangulation to videos as a visual effect
- Host: GitHub
- URL: https://github.com/chensation/delaunay-dream
- Owner: chensation
- License: mit
- Created: 2021-05-27T19:58:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T16:41:39.000Z (over 3 years ago)
- Last Synced: 2024-10-11T22:40:25.512Z (about 1 month ago)
- Topics: delaunay-triangulation, opencv, python, video-processing
- Language: Python
- Homepage:
- Size: 24.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Delaunay-Dream
## Description
This Application allows the user to apply Delaunay triangulation to videos as a visual effect. It also allows for other visual effects such as changing the hue, saturation, and brightness of the video. All of these tools are presented in a simple and intuitive gui.
## Installation
* To install from PyPI, run `pip install DelaunayDream`
* To install from the sdist, run `pip install (name_of_the_file).tar.gz`
- Or, unpack the tar.gz, navigate to root directory, and run `pip install .`
## Commands
* To run the program, type `delaunaydream` in your terminal.
- **This program is extremely RAM intensive, recommended to use videos < 30 seconds for PC with 16GB of RAM.**## Dependences
* This package is dependent on Qt being already installed on linux distributions.
### Github: https://github.com/chensation/Delaunay-Dream