OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:withDerivatives
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/video/perf/
perf_optflowpyrlk.cpp
124
bool
withDerivatives
= get<5>(GetParam());
162
maxLevel = buildOpticalFlowPyramid(frame1, pyramid1, Size(winSize, winSize), maxLevel,
withDerivatives
);
163
maxLevel = buildOpticalFlowPyramid(frame2, pyramid2, Size(winSize, winSize), maxLevel,
withDerivatives
);
197
bool
withDerivatives
= get<2>(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);
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 384 milliseconds