
Green Screen Program
Written by Cameryn Seymour
Scripted in Python using the OpenCV Library
To create a composite image, the script inputs two images, one with a green screen and one to be the background. Using the green screen image, an alpha matte is created by separating the red, green, and blue color channels then applying image transformations. The alpha matte is composited with the background image utilizing the alpha blending technique.