I am working on a recorder software for desktop PC that works on Windows XP/7. I would like to be able to remove backgrounds from the recorded video by means of chroma keying.
(source: kudlian.net)
Any info of such algorithms, complete libraries, open source projects? I need it to be accessible from c#, and preferably something that will run on GPUs (CUDA, pixel shaders, ...)
My video is accessible in RGB24 and YUY2 formats, so it would be great if such library will be able to handle those formats.