Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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 doesnt seems to accept that.

is there a quick workaround or I have to re-build a modified source-code for that?

click to hide/show revision 2
retagged

updated 2013-10-05 02:49:36 -0600

berak gravatar image

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 doesnt seems to accept that.

is there a quick workaround or I have to re-build a modified source-code for that?

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 doesnt seems to accept that.only CV_8U images.

is Is there a quick workaround or I have way to re-build a modified source-code for that?make it work with CV_16U images ?