I’m using this package which works quite well for face detection, tracking.
However, the OpenCV feature I am MOST interested in is background subtraction.
ie achieving green screen like effects without green screen.
So that someone walking in front of a static background would be masked out from the background.
I emailed the developer and he replied saying it is supported
http://enoxsoftware.github.io/OpenCVForUnity/doc/html/class_open_c_v_for_unity_1_1_background_subtractor.html
but there are no actual demos to get it working.
Can any C# gurus help?