HomeSort by relevance Sort by last modified time
    Searched refs:umatStatus (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));
100 std::vector<unsigned char> status; umatStatus.reshape(1, 1).copyTo(status);
  /external/opencv3/modules/video/src/
lkpyramid.cpp     [all...]

Completed in 204 milliseconds