Commit a25c27ca authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed windows build problems of BackgroundSubtractorGMG but code still need more work.

parent 82cb2ab5
This diff is collapsed.
......@@ -79,7 +79,7 @@ CV_INIT_ALGORITHM(BackgroundSubtractorGMG, "BackgroundSubtractor.GMG",
"Radius of smoothing kernel to filter noise from FG mask image.");
obj.info()->addParam(obj, "decisionThreshold", obj.decisionThreshold,false,0,0,
"Threshold for FG decision rule. Pixel is FG if posterior probability exceeds threshold."));
bool initModule_video(void)
{
bool all = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment