eugeneteoh / chromakey

Chroma key (green screen removal) algorithms with Python
MIT License
8 stars 3 forks source link
background-removal chromakey green-screen

chromakey

A chroma key (green screen removal) package in Python, vectorised with numpy and pytorch.

Algorithm from http://gc-films.com/chromakey.html.

Installation

pip install git+https://github.com/eugeneteoh/chromakey.git

TODO