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

  /external/opencv3/modules/video/perf/opencl/
perf_optflow_dualTVL1.cpp 85 UMat uFrame1; frame1.copyTo(uFrame1);
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 74 UMat uFrame1; frame1.copyTo(uFrame1);
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 96 UMat uFrame1; frame1.copyTo(uFrame1);
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 64 milliseconds