Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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