Searched refs:derivBorder (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/video/perf/ |
D | perf_optflowpyrlk.cpp | 198 int derivBorder = get<3>(GetParam()); variable 199 int pyrBorder = derivBorder; 200 if(derivBorder != BORDER_TRANSPARENT) 202 derivBorder = BORDER_CONSTANT; 217 …owPyramid(img, pyramid, winSize, maxLevel, withDerivatives, pyrBorder, derivBorder, tryReuseInputI… in TEST_CYCLE()
|
/external/opencv3/modules/java/src/ |
D | video+Video.java | 69 …ize winSize, int maxLevel, boolean withDerivatives, int pyrBorder, int derivBorder, boolean tryReu… in buildOpticalFlowPyramid() argument 72 …, winSize.width, winSize.height, maxLevel, withDerivatives, pyrBorder, derivBorder, tryReuseInputI… in buildOpticalFlowPyramid() 259 …Size_height, int maxLevel, boolean withDerivatives, int pyrBorder, int derivBorder, boolean tryReu… in buildOpticalFlowPyramid_0() argument
|
D | video.cpp | 280 …_height, jint maxLevel, jboolean withDerivatives, jint pyrBorder, jint derivBorder, jboolean tryRe… in Java_org_opencv_video_Video_buildOpticalFlowPyramid_10() argument 289 …d, winSize, (int)maxLevel, (bool)withDerivatives, (int)pyrBorder, (int)derivBorder, (bool)tryReuse… in Java_org_opencv_video_Video_buildOpticalFlowPyramid_10()
|
/external/opencv3/modules/video/include/opencv2/video/ |
D | tracking.hpp | 123 int derivBorder = BORDER_CONSTANT,
|
/external/opencv3/modules/video/src/ |
D | lkpyramid.cpp | 745 int pyrBorder, int derivBorder, bool tryReuseInputImage) in buildOpticalFlowPyramid() argument 822 if(derivBorder != BORDER_TRANSPARENT) in buildOpticalFlowPyramid() 823 …, deriv, winSize.height, winSize.height, winSize.width, winSize.width, derivBorder|BORDER_ISOLATED… in buildOpticalFlowPyramid()
|