HomeSort by relevance Sort by last modified time
    Searched refs:uFrame0 (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/video/perf/opencl/
perf_optflow_dualTVL1.cpp 84 UMat uFrame0; frame0.copyTo(uFrame0);
87 declare.in(uFrame0, uFrame1, WARMUP_READ).out(uFlow, WARMUP_READ);
99 alg->calc(uFrame0, uFrame1, uFlow);
105 alg->calc(uFrame0, uFrame1, uFlow);
perf_optflow_pyrlk.cpp 73 UMat uFrame0; frame0.copyTo(uFrame0);
90 declare.in(uFrame0, uFrame1, WARMUP_READ);
93 cv::calcOpticalFlowPyrLK(uFrame0, uFrame1, pts, uNextPts, uStatus, uErr, winSize, maxLevel, criteria, flags, minEigThreshold);
perf_optflow_farneback.cpp 95 UMat uFrame0; frame0.copyTo(uFrame0);
98 declare.in(uFrame0, uFrame1, WARMUP_READ).out(uFlow, WARMUP_READ);
101 cv::calcOpticalFlowFarneback(uFrame0, uFrame1, uFlow, pyrScale, numLevels, winSize, numIters, polyN, polySigma, flags);
106 cv::calcOpticalFlowFarneback(uFrame0, uFrame1, uFlow, pyrScale, numLevels, winSize, numIters, polyN, polySigma, flags);

Completed in 282 milliseconds