HomeSort by relevance Sort by last modified time
    Searched defs:minEigThreshold (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/video/src/
lkpyramid.hpp 32 float minEigThreshold;
  /external/opencv3/modules/video/perf/opencl/
perf_optflow_pyrlk.cpp 80 const float minEigThreshold = 1e-4f;
93 cv::calcOpticalFlowPyrLK(uFrame0, uFrame1, pts, uNextPts, uStatus, uErr, winSize, maxLevel, criteria, flags, minEigThreshold);
  /external/opencv3/modules/video/perf/
perf_optflowpyrlk.cpp 55 double minEigThreshold = 1e-4;
92 flags, minEigThreshold);
129 double minEigThreshold = 1e-4;
173 flags, minEigThreshold);
  /external/opencv3/modules/video/test/ocl/
test_optflowpyrlk.cpp 64 double minEigThreshold;
72 minEigThreshold = 1e-4f;
95 OCL_OFF(cv::calcOpticalFlowPyrLK(frame0, frame1, pts, cpuNextPts, cpuStatusCPU, cpuErr, winSize, maxLevel, criteria, flags, minEigThreshold));
98 OCL_ON(cv::calcOpticalFlowPyrLK(umatFrame0, umatFrame1, pts, umatNextPts, umatStatus, umatErr, winSize, maxLevel, criteria, flags, minEigThreshold));
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 73 milliseconds