-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
OCL perf test of MOG2 should use UMat as input #10525
Copy link
Copy link
Closed
Labels
Description
opencv/modules/video/src/bgfg_gaussmix2.cpp
Line 852 in f5862da
| CV_OCL_RUN(_image.isUMat(), ocl_apply(_image, _fgmask, learningRate)) |
In bgfg_mog2, it needs UMat as input to enable OpenCL support,
but these two tests just take Mat as input.
| mog2->apply(frame_buffer[i], u_foreground); |
| OCL_ON (mog2_ocl->apply(frame, u_foreground)); |
Reactions are currently unavailable