borderInterpolate 174 apps/traincascade/HOGfeatures.cpp xmap[x] = borderInterpolate(x, gradSize.width, borderType); borderInterpolate 176 apps/traincascade/HOGfeatures.cpp ymap[y] = borderInterpolate(y, gradSize.height, borderType); borderInterpolate 263 modules/core/include/opencv2/core.hpp CV_EXPORTS_W int borderInterpolate(int p, int len, int borderType); borderInterpolate 2006 modules/core/misc/java/test/CoreTest.java float val1 = Core.borderInterpolate(100, 150, Core.BORDER_REFLECT_101); borderInterpolate 2009 modules/core/misc/java/test/CoreTest.java float val2 = Core.borderInterpolate(-5, 10, Core.BORDER_WRAP); borderInterpolate 979 modules/core/src/copy.cpp j = cv::borderInterpolate(i - left, srcroi.width, borderType)*cn; borderInterpolate 986 modules/core/src/copy.cpp j = cv::borderInterpolate(srcroi.width + i, srcroi.width, borderType)*cn; borderInterpolate 1026 modules/core/src/copy.cpp j = cv::borderInterpolate(i - top, srcroi.height, borderType); borderInterpolate 1032 modules/core/src/copy.cpp j = cv::borderInterpolate(i + srcroi.height, srcroi.height, borderType); borderInterpolate 54 modules/cudawarping/test/interpolation.hpp return src.at<T>(cv::borderInterpolate(y, src.rows, border_type), cv::borderInterpolate(x, src.cols, border_type) * src.channels() + c); borderInterpolate 237 modules/imgproc/src/filter.cpp int p0 = (borderInterpolate(i-dx1, wholeWidth, rowBorderType) + xofs1)*btab_esz; borderInterpolate 244 modules/imgproc/src/filter.cpp int p0 = (borderInterpolate(wholeWidth + i, wholeWidth, rowBorderType) + xofs1)*btab_esz; borderInterpolate 368 modules/imgproc/src/filter.cpp int srcY = borderInterpolate(dstY + dy + i + roi.y - ay, borderInterpolate 3530 modules/imgproc/src/imgwarp.cpp sx = borderInterpolate(sx, ssize.width, borderType); borderInterpolate 3531 modules/imgproc/src/imgwarp.cpp sy = borderInterpolate(sy, ssize.height, borderType); borderInterpolate 3574 modules/imgproc/src/imgwarp.cpp sx = borderInterpolate(sx, ssize.width, borderType); borderInterpolate 3575 modules/imgproc/src/imgwarp.cpp sy = borderInterpolate(sy, ssize.height, borderType); borderInterpolate 3948 modules/imgproc/src/imgwarp.cpp sx0 = borderInterpolate(sx, ssize.width, borderType); borderInterpolate 3949 modules/imgproc/src/imgwarp.cpp sx1 = borderInterpolate(sx+1, ssize.width, borderType); borderInterpolate 3950 modules/imgproc/src/imgwarp.cpp sy0 = borderInterpolate(sy, ssize.height, borderType); borderInterpolate 3951 modules/imgproc/src/imgwarp.cpp sy1 = borderInterpolate(sy+1, ssize.height, borderType); borderInterpolate 3993 modules/imgproc/src/imgwarp.cpp sx0 = borderInterpolate(sx, ssize.width, borderType); borderInterpolate 3994 modules/imgproc/src/imgwarp.cpp sx1 = borderInterpolate(sx+1, ssize.width, borderType); borderInterpolate 3995 modules/imgproc/src/imgwarp.cpp sy0 = borderInterpolate(sy, ssize.height, borderType); borderInterpolate 3996 modules/imgproc/src/imgwarp.cpp sy1 = borderInterpolate(sy+1, ssize.height, borderType); borderInterpolate 4086 modules/imgproc/src/imgwarp.cpp x[i] = borderInterpolate(sx + i, ssize.width, borderType1)*cn; borderInterpolate 4087 modules/imgproc/src/imgwarp.cpp y[i] = borderInterpolate(sy + i, ssize.height, borderType1); borderInterpolate 4189 modules/imgproc/src/imgwarp.cpp x[i] = borderInterpolate(sx + i, ssize.width, borderType1)*cn; borderInterpolate 4190 modules/imgproc/src/imgwarp.cpp y[i] = borderInterpolate(sy + i, ssize.height, borderType1); borderInterpolate 876 modules/imgproc/src/pyramids.cpp int sx0 = borderInterpolate(x - PD_SZ/2, ssize.width, borderType)*cn; borderInterpolate 877 modules/imgproc/src/pyramids.cpp int sx1 = borderInterpolate(x + width0*2 - PD_SZ/2, ssize.width, borderType)*cn; borderInterpolate 901 modules/imgproc/src/pyramids.cpp int _sy = borderInterpolate(sy, ssize.height, borderType); borderInterpolate 1013 modules/imgproc/src/pyramids.cpp int _sy = borderInterpolate(sy*2, dsize.height, BORDER_REFLECT_101)/2; borderInterpolate 860 modules/imgproc/test/test_imgwarp_strict.cpp sx = borderInterpolate(sx, ssize.width, borderType); borderInterpolate 861 modules/imgproc/test/test_imgwarp_strict.cpp sy = borderInterpolate(sy, ssize.height, borderType); borderInterpolate 937 modules/imgproc/test/test_imgwarp_strict.cpp ar_x[k] = borderInterpolate(isx + k, ssize.width, borderType) * cn; borderInterpolate 938 modules/imgproc/test/test_imgwarp_strict.cpp ar_y[k] = borderInterpolate(isy + k, ssize.height, borderType); borderInterpolate 278 modules/objdetect/src/hog.cpp xmap[x] = borderInterpolate(x - paddingTL.width + roiofs.x, borderInterpolate 281 modules/objdetect/src/hog.cpp ymap[y] = borderInterpolate(y - paddingTL.height + roiofs.y, borderInterpolate 1218 modules/objdetect/test/test_cascadeandhog.cpp xmap[x] = borderInterpolate(x - paddingTL.width + roiofs.x, borderInterpolate 1221 modules/objdetect/test/test_cascadeandhog.cpp ymap[y] = borderInterpolate(y - paddingTL.height + roiofs.y, borderInterpolate 917 modules/ts/src/ts_func.cpp j = borderInterpolate(i - left, src.cols, borderType)*esz; borderInterpolate 923 modules/ts/src/ts_func.cpp j = borderInterpolate(src.cols + i, src.cols, borderType)*esz; borderInterpolate 948 modules/ts/src/ts_func.cpp j = borderInterpolate(i - top, src.rows, borderType); borderInterpolate 958 modules/ts/src/ts_func.cpp j = borderInterpolate(i + src.rows, src.rows, borderType); borderInterpolate 59 modules/videostab/include/opencv2/videostab/ring_buffer.hpp return items[cv::borderInterpolate(idx, static_cast<int>(items.size()), cv::BORDER_WRAP)]; borderInterpolate 64 modules/videostab/include/opencv2/videostab/ring_buffer.hpp return items[cv::borderInterpolate(idx, static_cast<int>(items.size()), cv::BORDER_WRAP)];