Here I will publish real time video chromakey application, which use my own algorithm.
If you want to run the demo , you can send email to me(forrest.shi<at>gmail.com, replace <at> with @ please) for requesting, because here I cannot upload zip files.
Here is the snapshot view:
Help to use:
OS : Windows 7
Develop Tool : Visual Studio 2003
Develop Lib : opencv 2.0 IPP 4.1 DirectShow GDI+
Step 1: register “chromakeyd.ax” component , here is details
- 1.1 First, copy some dynamic library files to c:\windows\system32 Those DLLs include : chromakeyd.ax ckdll.dll cxcore200d.dll cv200d.dll highgui200d.dll ippcore.dll ippi20.dll
- 1.2 Check if need other library, use dependency.exe to open chromakeyd.ax, then you will see if there are missing dlls. For some dll, you can download by google searching. I downloaded some dlls from http://www.dll-files.com
- 1.3 run “regsvr32 chromakeyd.ax” command to register it. For windows7 user, you better run “cmd” as adminstrator.
Step 2: double clicking “ChromakeyDemo.exe” to run it, then you will see above snapshot , and you need to do some adjustment for your specific background.
Here is some recommended values for this demo video:
- Manual Mode Checked
- BLUE Adjustment -8
- Green Adjustment 255
- Background 4
- Foreground 53
- Minor adjustment 22

















