Searched refs:pyrBorder (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/video/perf/ |
D | perf_optflowpyrlk.cpp | 199 int pyrBorder = derivBorder; variable 203 pyrBorder = BORDER_REFLECT_101; 217 …buildOpticalFlowPyramid(img, pyramid, winSize, maxLevel, withDerivatives, pyrBorder, derivBorder, … in TEST_CYCLE()
|
/external/opencv3/modules/java/src/ |
D | video+Video.java | 69 …<Mat> pyramid, Size winSize, int maxLevel, boolean withDerivatives, int pyrBorder, int derivBorder… in buildOpticalFlowPyramid() argument 72 …at.nativeObj, winSize.width, winSize.height, maxLevel, withDerivatives, pyrBorder, derivBorder, tr… in buildOpticalFlowPyramid() 259 …idth, double winSize_height, int maxLevel, boolean withDerivatives, int pyrBorder, int derivBorder… in buildOpticalFlowPyramid_0() argument
|
D | video.cpp | 280 …, jdouble winSize_height, jint maxLevel, jboolean withDerivatives, jint pyrBorder, jint derivBorde… in Java_org_opencv_video_Video_buildOpticalFlowPyramid_10() argument 289 …amid( img, pyramid, winSize, (int)maxLevel, (bool)withDerivatives, (int)pyrBorder, (int)derivBorde… in Java_org_opencv_video_Video_buildOpticalFlowPyramid_10()
|
/external/opencv3/modules/video/include/opencv2/video/ |
D | tracking.hpp | 122 int pyrBorder = BORDER_REFLECT_101,
|
/external/opencv3/modules/video/src/ |
D | lkpyramid.cpp | 745 int pyrBorder, int derivBorder, bool tryReuseInputImage) in buildOpticalFlowPyramid() argument 757 if(tryReuseInputImage && img.isSubmatrix() && (pyrBorder & BORDER_ISOLATED) == 0) in buildOpticalFlowPyramid() 780 if(pyrBorder == BORDER_TRANSPARENT) in buildOpticalFlowPyramid() 783 …copyMakeBorder(img, temp, winSize.height, winSize.height, winSize.width, winSize.width, pyrBorder); in buildOpticalFlowPyramid() 805 if(pyrBorder != BORDER_TRANSPARENT) in buildOpticalFlowPyramid() 806 …el, temp, winSize.height, winSize.height, winSize.width, winSize.width, pyrBorder|BORDER_ISOLATED); in buildOpticalFlowPyramid()
|