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
- Host: GitHub
- URL: https://github.com/13bytes/webcam-triangulation-filter
- Owner: 13Bytes
- Created: 2020-09-25T20:53:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T20:38:55.000Z (over 4 years ago)
- Last Synced: 2026-01-02T00:57:06.109Z (6 months ago)
- Language: Python
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ```