background substraction with CV_16UC1
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 seems to accept only CV_8U images.
Is there a way to make it work with CV_16U images ?