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

  /external/opencv3/modules/video/perf/
perf_optflowpyrlk.cpp 205 bool tryReuseInputImage = get<4>(GetParam());
210 int maxLevel = buildOpticalFlowPyramid(img, pyramid, winSize, 1000, withDerivatives, BORDER_CONSTANT, BORDER_CONSTANT, tryReuseInputImage);
217 buildOpticalFlowPyramid(img, pyramid, winSize, maxLevel, withDerivatives, pyrBorder, derivBorder, tryReuseInputImage);