https://github.com/themattinthehatt/vid-viz
A collection of image manipulation tools in Python/OpenCV for creating visualizations out of source videos
https://github.com/themattinthehatt/vid-viz
image-manipulation opencv opencv-python
Last synced: about 1 month ago
JSON representation
A collection of image manipulation tools in Python/OpenCV for creating visualizations out of source videos
- Host: GitHub
- URL: https://github.com/themattinthehatt/vid-viz
- Owner: themattinthehatt
- License: mit
- Created: 2017-03-12T01:50:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T02:20:53.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T23:28:24.585Z (over 1 year ago)
- Topics: image-manipulation, opencv, opencv-python
- Language: Python
- Homepage:
- Size: 2.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vid-viz
This library contains tools for processing images, video, and procedurally generated input.
### Requires
- OpenCV 3.x (for loading images, videos, and accessing webcam)
- pyglet 1.2.4 (included in `lib` directory)
### Examples
- [rgb-burst effect](https://www.youtube.com/watch?v=IwolNSfkrdU)
- [hue-bloom effect](https://www.youtube.com/watch?v=qUqpMsbTgLo)