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

https://github.com/13bytes/webcam-triangulation-filter

Like all the beautiful polygon pictures - only live and way less nice
https://github.com/13bytes/webcam-triangulation-filter

Last synced: about 2 months ago
JSON representation

Like all the beautiful polygon pictures - only live and way less nice

Awesome Lists containing this project

README

          

# live webcam triangulation filter
Like all the beautiful polygon pictures - only live and way less nice

Idea based on: https://archive.jhclaura.com/portfolio/triangulation/

## Settings
It uses face-detection to seperate beween fore- and background.

Default-Settings:
```python
POINT_DENSITY = 11
SENSITIVITY = 10

POINT_DENSITY_FACE = 12
SENSITIVITY_FACE = 4
```

## Installation
``` pip install -r requirements.txt ```
``` python3 main.py ```