Searched defs:withDerivatives (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/video/perf/ |
D | perf_optflowpyrlk.cpp | 124 bool withDerivatives = get<5>(GetParam()); variable 197 bool withDerivatives = get<2>(GetParam()); variable
|
/external/opencv3/modules/java/src/ |
D | video+Video.java | 69 …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()
|
D | video.cpp | 280 …, 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/ |
D | lkpyramid.cpp | 744 …mid(InputArray _img, OutputArrayOfArrays pyramid, Size winSize, int maxLevel, bool withDerivatives, in buildOpticalFlowPyramid()
|