Home
last modified time | relevance | path

Searched defs:withDerivatives (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/video/perf/
Dperf_optflowpyrlk.cpp124 bool withDerivatives = get<5>(GetParam()); variable
197 bool withDerivatives = get<2>(GetParam()); variable
/external/opencv3/modules/java/src/
Dvideo+Video.java69 …wPyramid(Mat img, List<Mat> pyramid, Size winSize, int maxLevel, boolean withDerivatives, int pyrB… in buildOpticalFlowPyramid()
259 …eObj, double winSize_width, double winSize_height, int maxLevel, boolean withDerivatives, int pyrB… in buildOpticalFlowPyramid_0()
Dvideo.cpp280 …, jdouble winSize_width, jdouble winSize_height, jint maxLevel, jboolean withDerivatives, jint pyr… in Java_org_opencv_video_Video_buildOpticalFlowPyramid_10()
/external/opencv3/modules/video/src/
Dlkpyramid.cpp744 …mid(InputArray _img, OutputArrayOfArrays pyramid, Size winSize, int maxLevel, bool withDerivatives, in buildOpticalFlowPyramid()