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

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

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)