HomeSort by relevance Sort by last modified time
    Searched full:mog2_cpu (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/video/test/ocl/
test_bgfg_mog2.cpp 48 Ptr<BackgroundSubtractorMOG2> mog2_cpu = createBackgroundSubtractorMOG2(); local
51 mog2_cpu->setDetectShadows(detectShadow);
69 OCL_OFF(mog2_cpu->apply(frame, foreground));
96 Ptr<BackgroundSubtractorMOG2> mog2_cpu = createBackgroundSubtractorMOG2(); local
99 mog2_cpu->setDetectShadows(detectShadow);
110 OCL_OFF(mog2_cpu->apply(frame, foreground));
115 OCL_OFF(mog2_cpu->getBackgroundImage(background));

Completed in 39 milliseconds