|
|
|
@ -307,7 +307,8 @@ PERF_TEST_P(ImagePair_Gray_NPts_WinSz_Levels_Iters, Video_PyrLKOpticalFlowSparse |
|
|
|
|
|
|
|
|
|
DEF_PARAM_TEST(ImagePair_WinSz_Levels_Iters, pair_string, int, int, int); |
|
|
|
|
|
|
|
|
|
PERF_TEST_P(ImagePair_WinSz_Levels_Iters, Video_PyrLKOpticalFlowDense, |
|
|
|
|
// Sanity test fails on Maxwell and CUDA 7.0
|
|
|
|
|
PERF_TEST_P(ImagePair_WinSz_Levels_Iters, DISABLED_Video_PyrLKOpticalFlowDense, |
|
|
|
|
Combine(Values<pair_string>(make_pair("gpu/opticalflow/frame0.png", "gpu/opticalflow/frame1.png")), |
|
|
|
|
Values(3, 5, 7, 9, 13, 17, 21), |
|
|
|
|
Values(1, 3), |
|
|
|
@ -463,7 +464,8 @@ void calcOpticalFlowBM(const cv::Mat& prev, const cv::Mat& curr, |
|
|
|
|
cvCalcOpticalFlowBM(&cvprev, &cvcurr, bSize, shiftSize, maxRange, usePrevious, &cvvelx, &cvvely); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
PERF_TEST_P(ImagePair, Video_OpticalFlowBM, |
|
|
|
|
// disabled, since it takes too much time
|
|
|
|
|
PERF_TEST_P(ImagePair, DISABLED_Video_OpticalFlowBM, |
|
|
|
|
Values<pair_string>(make_pair("gpu/opticalflow/frame0.png", "gpu/opticalflow/frame1.png"))) |
|
|
|
|
{ |
|
|
|
|
declare.time(400); |
|
|
|
@ -541,7 +543,8 @@ PERF_TEST_P(ImagePair, DISABLED_Video_FastOpticalFlowBM, |
|
|
|
|
|
|
|
|
|
DEF_PARAM_TEST_1(Video, string); |
|
|
|
|
|
|
|
|
|
PERF_TEST_P(Video, Video_FGDStatModel, |
|
|
|
|
// disabled, since it takes too much time
|
|
|
|
|
PERF_TEST_P(Video, DISABLED_Video_FGDStatModel, |
|
|
|
|
Values(string("gpu/video/768x576.avi"))) |
|
|
|
|
{ |
|
|
|
|
const int numIters = 10; |
|
|
|
|