pyrUp             210 modules/cudawarping/include/opencv2/cudawarping.hpp CV_EXPORTS void pyrUp(InputArray src, OutputArray dst, Stream& stream = Stream::Null());
pyrUp             422 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::cuda::pyrUp(d_src, dst);
pyrUp             430 modules/cudawarping/perf/perf_warping.cpp         TEST_CYCLE() cv::pyrUp(src, dst);
pyrUp             115 modules/cudawarping/test/test_pyramids.cpp     cv::cuda::pyrUp(loadMat(src, useRoi), dst);
pyrUp             118 modules/cudawarping/test/test_pyramids.cpp     cv::pyrUp(src, dst_gold);
pyrUp             162 modules/cudev/include/opencv2/cudev/grid/detail/pyr_up.hpp         pyrUp<<<grid, block, 0, stream>>>(src, dst, src_rows, src_cols, dst_rows, dst_cols);
pyrUp              86 modules/cudev/include/opencv2/cudev/grid/pyramids.hpp     pyramids_detail::pyrUp(shrinkPtr(src), shrinkPtr(dst), rows, cols, dst.rows, dst.cols, StreamAccessor::getStream(stream));
pyrUp            2527 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void pyrUp( InputArray src, OutputArray dst,
pyrUp            1565 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.pyrUp(src, dst);
pyrUp              98 modules/imgproc/perf/opencl/perf_pyramid.cpp     OCL_TEST_CYCLE() cv::pyrUp(src, dst);
pyrUp              30 modules/imgproc/perf/perf_pyramids.cpp PERF_TEST_P(Size_MatType, pyrUp, testing::Combine(
pyrUp              46 modules/imgproc/perf/perf_pyramids.cpp     TEST_CYCLE() pyrUp(src, dst);
pyrUp            1260 modules/imgproc/src/pyramids.cpp     if(borderType == BORDER_DEFAULT && tegra::useTegra() && tegra::pyrUp(src, dst))
pyrUp            1452 modules/imgproc/src/pyramids.cpp     cv::pyrUp( src, dst, dst.size() );
pyrUp             422 modules/imgproc/src/segmentation.cpp             cv::pyrUp( dst_pyramid[level+1], dst_pyramid[level], dst_pyramid[level].size() );
pyrUp             130 modules/imgproc/test/ocl/test_pyramids.cpp         OCL_OFF(pyrUp(src_roi, dst_roi, dst_roiSize, borderType));
pyrUp             131 modules/imgproc/test/ocl/test_pyramids.cpp         OCL_ON(pyrUp(usrc_roi, udst_roi, dst_roiSize, borderType));
pyrUp             228 modules/photo/src/merge.cpp                 pyrUp(img_pyr[lvl + 1], up, img_pyr[lvl].size());
pyrUp             247 modules/photo/src/merge.cpp             pyrUp(res_pyr[lvl], up, res_pyr[lvl - 1].size());
pyrUp             579 modules/stitching/src/blenders.cpp             pyrUp(downNext, lvl_up, current.size());
pyrUp             588 modules/stitching/src/blenders.cpp             pyrUp(downNext, lvl_up, current.size());
pyrUp             602 modules/stitching/src/blenders.cpp             pyrUp(pyr[i + 1], tmp, pyr[i].size());
pyrUp             622 modules/stitching/src/blenders.cpp         cuda::pyrUp(gpu_pyr[i + 1], tmp);
pyrUp             644 modules/stitching/src/blenders.cpp         pyrUp(pyr[i], tmp, pyr[i - 1].size());
pyrUp             663 modules/stitching/src/blenders.cpp         cuda::pyrUp(gpu_pyr[i], tmp);
pyrUp              56 samples/cpp/squares.cpp     pyrUp(pyr, timg, image.size());
pyrUp              56 samples/cpp/tutorial_code/ImgProc/Pyramids.cpp       { pyrUp( tmp, dst, Size( tmp.cols*2, tmp.rows*2 ) );
pyrUp            1008 samples/gpu/performance/tests.cpp TEST(pyrUp)
pyrUp            1018 samples/gpu/performance/tests.cpp         pyrUp(src, dst);
pyrUp            1021 samples/gpu/performance/tests.cpp         pyrUp(src, dst);
pyrUp            1027 samples/gpu/performance/tests.cpp         cuda::pyrUp(d_src, d_dst);
pyrUp            1030 samples/gpu/performance/tests.cpp         cuda::pyrUp(d_src, d_dst);
pyrUp              42 samples/tapi/squares.cpp     pyrUp(pyr, timg, image.size());