Home
last modified time | relevance | path

Searched refs:umatNextPts (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/video/test/ocl/
Dtest_optflowpyrlk.cpp97 UMat umatNextPts, umatStatus, umatErr; in OCL_TEST_P() local
98 …OCL_ON(cv::calcOpticalFlowPyrLK(umatFrame0, umatFrame1, pts, umatNextPts, umatStatus, umatErr, win… in OCL_TEST_P()
99 std::vector<cv::Point2f> nextPts; umatNextPts.reshape(2, 1).copyTo(nextPts); in OCL_TEST_P()
/external/opencv3/modules/video/src/
Dlkpyramid.cpp1082 UMat umatNextPts = _nextPts.getUMat(); in ocl_calcOpticalFlowPyrLK() local
1084 …low.sparse(_prevImg.getUMat(), _nextImg.getUMat(), _prevPts.getUMat(), umatNextPts, umatStatus, um… in ocl_calcOpticalFlowPyrLK()