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

  /external/opencv3/modules/video/test/ocl/
test_optflowpyrlk.cpp 97 UMat umatNextPts, umatStatus, umatErr;
98 OCL_ON(cv::calcOpticalFlowPyrLK(umatFrame0, umatFrame1, pts, umatNextPts, umatStatus, umatErr, winSize, maxLevel, criteria, flags, minEigThreshold));
99 std::vector<cv::Point2f> nextPts; umatNextPts.reshape(2, 1).copyTo(nextPts);
  /external/opencv3/modules/video/src/
lkpyramid.cpp     [all...]

Completed in 59 milliseconds