With Openni I want to use the Depthmap who is in CV_16UC1 and apply the background substracter to find the background pixels.
The background cv::BackgroundSubtractorMOG doesnt seems to accept that.
is there a quick workaround or I have to re-build a modified source-code for that?