Home
last modified time | relevance | path

Searched refs:borderInterpolate (Results 1 – 25 of 25) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dsmooth.simd.hpp128 int src_idx = borderInterpolate(-1, len, borderType); in hlineSmooth3N()
164 int src_idx = borderInterpolate(-1, len, borderType); in hlineSmooth3N()
216 int src_idx = borderInterpolate(-1, len, borderType); in hlineSmooth3N121Impl()
269 int src_idx = borderInterpolate(-1, len, borderType); in hlineSmooth3Naba()
311 int src_idx = borderInterpolate(-1, len, borderType); in hlineSmooth3Naba()
370 int idxp1 = borderInterpolate(2, len, borderType)*cn; in hlineSmooth5N()
371 int idxp2 = borderInterpolate(3, len, borderType)*cn; in hlineSmooth5N()
392 int idxp1 = borderInterpolate(3, len, borderType)*cn; in hlineSmooth5N()
393 int idxp2 = borderInterpolate(4, len, borderType)*cn; in hlineSmooth5N()
464 int idxp1 = borderInterpolate(2, len, borderType)*cn; in hlineSmooth5N()
[all …]
H A Dimgwarp.cpp374 sx = borderInterpolate(sx, ssize.width, borderType); in remapNearest()
375 sy = borderInterpolate(sy, ssize.height, borderType); in remapNearest()
418 sx = borderInterpolate(sx, ssize.width, borderType); in remapNearest()
419 sy = borderInterpolate(sy, ssize.height, borderType); in remapNearest()
795 sx0 = borderInterpolate(sx, ssize.width, borderType); in remapBilinear()
797 sy0 = borderInterpolate(sy, ssize.height, borderType); in remapBilinear()
840 sx0 = borderInterpolate(sx, ssize.width, borderType); in remapBilinear()
932 x[i] = borderInterpolate(sx + i, ssize.width, borderType1)*cn; in remapBicubic()
933 y[i] = borderInterpolate(sy + i, ssize.height, borderType1); in remapBicubic()
1034 x[i] = borderInterpolate(sx + i, ssize.width, borderType1)*cn; in remapLanczos4()
[all …]
H A Dpyramids.cpp764 int sx0 = borderInterpolate(x - PD_SZ/2, ssize.width, borderType)*cn; in pyrDown_()
765 int sx1 = borderInterpolate(x + width0*2 - PD_SZ/2, ssize.width, borderType)*cn; in pyrDown_()
812 int _sy = borderInterpolate(sy, ssize.height, _borderType); in operator ()()
942 int _sy = borderInterpolate(sy*2, ssize.height*2, BORDER_REFLECT_101)/2; in pyrUp_()
H A Dfilter.simd.hpp170 … int p0 = (borderInterpolate(i-this_.dx1, wholeWidth, this_.rowBorderType) + xofs1)*btab_esz; in FilterEngine__start()
177 … int p0 = (borderInterpolate(wholeWidth + i, wholeWidth, this_.rowBorderType) + xofs1)*btab_esz; in FilterEngine__start()
271 int srcY = borderInterpolate(this_.dstY + dy + i + this_.roi.y - ay, in FilterEngine__proceed()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dgaussian_blur.cpp226 …ptrdiff_t idx_l1 = internal::borderInterpolate(-1, size.width, borderType, borderMargin.left, bord… in gaussianBlur5x5()
227 …ptrdiff_t idx_l2 = internal::borderInterpolate(-2, size.width, borderType, borderMargin.left, bord… in gaussianBlur5x5()
252 …ptrdiff_t idx_rm2 = internal::borderInterpolate(i - 2, size.height, borderType, borderMargin.top, … in gaussianBlur5x5()
253 …ptrdiff_t idx_rm1 = internal::borderInterpolate(i - 1, size.height, borderType, borderMargin.top, … in gaussianBlur5x5()
254 …ptrdiff_t idx_rp1 = internal::borderInterpolate(i + 1, size.height, borderType, borderMargin.top, … in gaussianBlur5x5()
609 …ptrdiff_t idx_l1 = internal::borderInterpolate(-1, size.width, borderType, borderMargin.left, bord… in gaussianBlur5x5()
610 …ptrdiff_t idx_l2 = internal::borderInterpolate(-2, size.width, borderType, borderMargin.left, bord… in gaussianBlur5x5()
737 …ptrdiff_t idx_l1 = internal::borderInterpolate(-1, size.width, borderType, borderMargin.left, bord… in gaussianBlur5x5()
738 …ptrdiff_t idx_l2 = internal::borderInterpolate(-2, size.width, borderType, borderMargin.left, bord… in gaussianBlur5x5()
951 …ptrdiff_t idx_l1 = internal::borderInterpolate(-1, size.width, borderType, borderMargin.left, bord… in gaussianBlur5x5()
[all …]
H A Dblur.cpp775 ploc = internal::borderInterpolate(px-2, size.width, borderType); in blur5x5()
779 ploc = internal::borderInterpolate(px-1, size.width, borderType); in blur5x5()
785 ploc = internal::borderInterpolate(px+1, size.width, borderType); in blur5x5()
794 ptrdiff_t ploc = internal::borderInterpolate(px+2, size.width, borderType); in blur5x5()
843 …ptrdiff_t idx_l = internal::borderInterpolate(-1, size.width, borderType, borderMargin.left, borde… in blur3x3()
872 …ptrdiff_t idx_rm1 = internal::borderInterpolate(i - 1, size.height, borderType, borderMargin.top, … in blur3x3()
873 …ptrdiff_t idx_rp2 = internal::borderInterpolate(i + 2, size.height, borderType, borderMargin.top, … in blur3x3()
958 …ptrdiff_t idx_rm1 = internal::borderInterpolate(i - 1, size.height, borderType, borderMargin.top, … in blur3x3()
959 …ptrdiff_t idx_rp1 = internal::borderInterpolate(i + 1, size.height, borderType, borderMargin.top, … in blur3x3()
1105 …ptrdiff_t idx_l = internal::borderInterpolate(-1, size.width, borderType, borderMargin.left, borde… in blur3x3()
[all …]
H A Dcommon.hpp82 ptrdiff_t borderInterpolate(ptrdiff_t _p, size_t _len, BORDER_MODE borderType, size_t startMargin =…
H A Dcommon.cpp71 ptrdiff_t borderInterpolate(ptrdiff_t _p, size_t _len, BORDER_MODE borderType, size_t startMargin, … in borderInterpolate() function
H A Dmorph.cpp587 … ptrdiff_t p0 = (internal::borderInterpolate(i-dx1, wholeWidth, rowBorderType) + xofs1)*cn; in morphology()
594 …ptrdiff_t p0 = (internal::borderInterpolate(wholeWidth + i, wholeWidth, rowBorderType) + xofs1)*cn; in morphology()
652 ptrdiff_t srcY = internal::borderInterpolate(dy + i + borderMargin.top - ay, in morphology()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/videostab/include/opencv2/videostab/
H A Dring_buffer.hpp59 return items[cv::borderInterpolate(idx, static_cast<int>(items.size()), cv::BORDER_WRAP)]; in at()
64 return items[cv::borderInterpolate(idx, static_cast<int>(items.size()), cv::BORDER_WRAP)]; in at()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudawarping/test/
H A Dinterpolation.hpp54 …return src.at<T>(cv::borderInterpolate(y, src.rows, border_type), cv::borderInterpolate(x, src.col… in readVal()
/dports/graphics/opencv/opencv-4.5.3/apps/traincascade/
H A DHOGfeatures.cpp174 xmap[x] = borderInterpolate(x, gradSize.width, borderType); in integralHistogram()
176 ymap[y] = borderInterpolate(y, gradSize.height, borderType); in integralHistogram()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dcopy.cpp748 int cv::borderInterpolate( int p, int len, int borderType ) in borderInterpolate() function in cv
820 j = cv::borderInterpolate(i - left, srcroi.width, borderType)*cn; in copyMakeBorder_8u()
827 j = cv::borderInterpolate(srcroi.width + i, srcroi.width, borderType)*cn; in copyMakeBorder_8u()
867 j = cv::borderInterpolate(i - top, srcroi.height, borderType); in copyMakeBorder_8u()
873 j = cv::borderInterpolate(i + srcroi.height, srcroi.height, borderType); in copyMakeBorder_8u()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_imgwarp_strict.cpp914 sx = borderInterpolate(sx, ssize.width, borderType); in remap_nearest()
915 sy = borderInterpolate(sy, ssize.height, borderType); in remap_nearest()
991 ar_x[k] = borderInterpolate(isx + k, ssize.width, borderType) * cn; in remap_generic()
992 ar_y[k] = borderInterpolate(isy + k, ssize.height, borderType); in remap_generic()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/tracking/src/
H A Dfeature.cpp935 xmap[x] = borderInterpolate( x, gradSize.width, borderType ); in integralHistogram()
937 ymap[y] = borderInterpolate( y, gradSize.height, borderType ); in integralHistogram()
/dports/graphics/opencv/opencv-4.5.3/doc/tutorials/introduction/documenting_opencv/
H A Ddocumentation_tutorial.markdown418 float val = img.at<float>(borderInterpolate(100, img.rows, cv::BORDER_REFLECT_101),
419 borderInterpolate(-5, img.cols, cv::BORDER_WRAP));
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/julia/gen/
H A Dfunclist.csv1 cv.borderInterpolate
/dports/graphics/opencv/opencv-4.5.3/modules/ts/src/
H A Dts_func.cpp859 static int borderInterpolate( int p, int len, int borderType ) in borderInterpolate() function
943 j = borderInterpolate(i - left, src.cols, borderType)*esz; in copyMakeBorder()
949 j = borderInterpolate(src.cols + i, src.cols, borderType)*esz; in copyMakeBorder()
974 j = borderInterpolate(i - top, src.rows, borderType); in copyMakeBorder()
984 j = borderInterpolate(i + src.rows, src.rows, borderType); in copyMakeBorder()
/dports/graphics/opencv/opencv-4.5.3/modules/objdetect/test/
H A Dtest_cascadeandhog.cpp1192 xmap[x] = borderInterpolate(x - paddingTL.width + roiofs.x, in computeGradient()
1195 ymap[y] = borderInterpolate(y - paddingTL.height + roiofs.y, in computeGradient()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/
H A Dcore.hpp270 CV_EXPORTS_W int borderInterpolate(int p, int len, int borderType);
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/java/test/
H A DCoreTest.java2048 float val1 = Core.borderInterpolate(100, 150, Core.BORDER_REFLECT_101);
2051 float val2 = Core.borderInterpolate(-5, 10, Core.BORDER_WRAP);
/dports/graphics/opencv/opencv-4.5.3/modules/core/misc/objc/test/
H A DCoreTest.swift1688 let val1 = Core.borderInterpolate(p: 100, len: 150, borderType: .BORDER_REFLECT_101) in testBorderInterpolate()
1691 let val2 = Core.borderInterpolate(p: -5, len: 10, borderType: .BORDER_WRAP) in testBorderInterpolate()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-15939/
H A Dhog.cpp285 xmap[x] = borderInterpolate(x - paddingTL.width + roiofs.x, in computeGradient()
288 ymap[y] = borderInterpolate(y - paddingTL.height + roiofs.y, in computeGradient()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-15939/
H A Dhog.cpp285 xmap[x] = borderInterpolate(x - paddingTL.width + roiofs.x, in computeGradient()
288 ymap[y] = borderInterpolate(y - paddingTL.height + roiofs.y, in computeGradient()
/dports/graphics/opencv/opencv-4.5.3/modules/objdetect/src/
H A Dhog.cpp296 xmap[x] = borderInterpolate(x - paddingTL.width + roiofs.x, in computeGradient()
299 ymap[y] = borderInterpolate(y - paddingTL.height + roiofs.y, in computeGradient()