Skip to content

underdoeg/ofxGreenscreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Color difference keying for openframeworks

Based on the method described here
http://www.blendedplanet.com/?Planet_Blog:Greenscreen_Keying

This addon uses opencv to calculate the color difference of a specific green tone. This has a major advantage over ofxChromaKey (https://github.com/underdoeg/ofxChromaKey) as this method is able to extract shadow information and produces a smoother result.
The drawback is however it will only work with a well lit greenscreen and is way less error resistant than chroma keying.

The result looks something like this (taken with a really crappy green background)
https://github.com/underdoeg/ofxGreenscreen/blob/9b153daf18aea40de72e06569703ffdd158fe7a1/example/bin/data/save/composition2.png

About

color difference based greenscreening for openframeworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages