download 161 modules/core/include/opencv2/core/cuda.hpp void download(OutputArray dst) const; download 164 modules/core/include/opencv2/core/cuda.hpp void download(OutputArray dst, Stream& stream) const; download 614 modules/core/include/opencv2/core/cuda.inl.hpp m.download(*this); download 415 modules/core/include/opencv2/core/mat.hpp virtual void download(UMatData* data, void* dst, int dims, const size_t sz[], download 407 modules/core/src/cuda_gpu_mat.cpp dst.download(_dst, stream); download 409 modules/core/src/cuda_gpu_mat.cpp dst.download(_dst); download 4768 modules/core/src/ocl.cpp Mat::getStdAllocator()->download(u, dstptr, dims, sz, srcofs, srcstep, dststep); download 5010 modules/core/src/ocl.cpp download(src, dst->data + dstrawofs, dims, sz, srcofs, srcstep, dststep); download 5096 modules/core/src/ocl.cpp download(src, dst->data + dstrawofs, dims, sz, srcofs, srcstep, dststep); download 660 modules/core/src/umatrix.cpp u->currAllocator->download(u, dst.ptr(), dims, sz, srcofs, step.p, dst.step.p); download 72 modules/cudaarithm/test/test_buffer_pool.cpp buf1.download(dst_1, stream); download 81 modules/cudaarithm/test/test_buffer_pool.cpp buf2.download(dst_2, stream); download 95 modules/cudaarithm/test/test_stream.cpp d_dst.download(dst, stream); download 124 modules/cudaarithm/test/test_stream.cpp d_dst.download(dst, stream); download 141 modules/cudaarithm/test/test_stream.cpp d_dst.download(h_dst, stream); download 446 modules/cudafeatures2d/src/brute_force_matcher.cpp _gpu_matches.getGpuMat().download(gpu_matches); download 733 modules/cudafeatures2d/src/brute_force_matcher.cpp _gpu_matches.getGpuMat().download(gpu_matches); download 990 modules/cudafeatures2d/src/brute_force_matcher.cpp _gpu_matches.getGpuMat().download(gpu_matches); download 177 modules/cudafeatures2d/src/fast.cpp _gpu_keypoints.getGpuMat().download(h_keypoints); download 817 modules/cudafeatures2d/src/orb.cpp _gpu_keypoints.getGpuMat().download(h_keypoints); download 112 modules/cudaimgproc/perf/perf_histogram.cpp d_hist[0].download(cpu_hist0); download 113 modules/cudaimgproc/perf/perf_histogram.cpp d_hist[1].download(cpu_hist1); download 114 modules/cudaimgproc/perf/perf_histogram.cpp d_hist[2].download(cpu_hist2); download 115 modules/cudaimgproc/perf/perf_histogram.cpp d_hist[3].download(cpu_hist3); download 136 modules/cudaimgproc/src/gftt.cpp tmpCorners_.colRange(0, total).download(tmpMat); download 202 modules/cudaimgproc/src/hough_circles.cpp accum_.download(tt); download 191 modules/cudaimgproc/src/hough_lines.cpp d_lines.row(0).download(h_lines, stream); download 193 modules/cudaimgproc/src/hough_lines.cpp d_lines.row(0).download(h_lines); download 199 modules/cudaimgproc/src/hough_lines.cpp d_votes.download(h_votes, stream); download 201 modules/cudaimgproc/src/hough_lines.cpp d_votes.download(h_votes); download 88 modules/cudaimgproc/test/test_gftt.cpp d_pts.download(pts_mat); download 159 modules/cudaimgproc/test/test_hough.cpp d_circles.download(circles); download 230 modules/cudaimgproc/test/test_hough.cpp d_pos.download(pos); download 244 modules/cudalegacy/src/fgd.cpp hist.download(h_hist); download 375 modules/cudalegacy/src/fgd.cpp d_foreground.download(h_foreground); download 215 modules/cudaobjdetect/src/cascadeclassifier.cpp _gpu_objects.getGpuMat().download(gpu_objects); download 620 modules/cudaobjdetect/src/cascadeclassifier.cpp _gpu_objects.getGpuMat().download(gpu_objects); download 319 modules/cudaobjdetect/src/hog.cpp labels.download(labels_host); download 345 modules/cudaobjdetect/src/hog.cpp labels.download(labels_host); download 156 modules/cudaoptflow/test/test_optflow.cpp u.download(h_u); download 157 modules/cudaoptflow/test/test_optflow.cpp v.download(h_v); download 217 modules/cudaoptflow/test/test_optflow.cpp d_nextPts.download(nextPts_mat); download 221 modules/cudaoptflow/test/test_optflow.cpp d_status.download(status_mat); download 314 modules/cudaoptflow/test/test_optflow.cpp d_flow.download(flow); download 413 modules/stitching/include/opencv2/stitching/detail/warpers.hpp d_xmap_.download(xmap); download 414 modules/stitching/include/opencv2/stitching/detail/warpers.hpp d_ymap_.download(ymap); download 421 modules/stitching/include/opencv2/stitching/detail/warpers.hpp d_xmap_.download(xmap); download 422 modules/stitching/include/opencv2/stitching/detail/warpers.hpp d_ymap_.download(ymap); download 431 modules/stitching/include/opencv2/stitching/detail/warpers.hpp d_dst_.download(dst); download 440 modules/stitching/include/opencv2/stitching/detail/warpers.hpp d_dst_.download(dst); download 467 modules/stitching/include/opencv2/stitching/detail/warpers.hpp d_xmap_.download(xmap); download 468 modules/stitching/include/opencv2/stitching/detail/warpers.hpp d_ymap_.download(ymap); download 477 modules/stitching/include/opencv2/stitching/detail/warpers.hpp d_dst_.download(dst); download 499 modules/stitching/include/opencv2/stitching/detail/warpers.hpp d_xmap_.download(xmap); download 500 modules/stitching/include/opencv2/stitching/detail/warpers.hpp d_ymap_.download(ymap); download 509 modules/stitching/include/opencv2/stitching/detail/warpers.hpp d_dst_.download(dst); download 624 modules/stitching/src/blenders.cpp gpu_pyr[i].download(pyr[i]); download 627 modules/stitching/src/blenders.cpp gpu_pyr[num_levels].download(pyr[num_levels]); download 667 modules/stitching/src/blenders.cpp gpu_pyr[0].download(pyr[0]); download 492 modules/stitching/src/matchers.cpp descriptors_.download(features.descriptors); download 53 modules/superres/src/input_array_utility.cpp arr.getGpuMat().download(buf); download 70 modules/superres/src/input_array_utility.cpp arr.getGpuMat().download(buf); download 122 modules/superres/src/input_array_utility.cpp d.download(m); download 311 modules/ts/src/cuda_test.cpp arr.getGpuMat().download(m); download 809 modules/videostab/src/global_motion.cpp pointsPrev_.download(hostPointsPrev_); download 810 modules/videostab/src/global_motion.cpp points_.download(hostPoints_); download 85 modules/videostab/src/optical_flow.cpp errors_.download(errors.getMatRef()); download 90 modules/videostab/src/optical_flow.cpp points1_.download(points1.getMatRef()); download 91 modules/videostab/src/optical_flow.cpp status_.download(status.getMatRef()); download 148 modules/videostab/src/optical_flow.cpp flowX_.download(flowX.getMatRef()); download 149 modules/videostab/src/optical_flow.cpp flowY_.download(flowY.getMatRef()); download 183 modules/videostab/src/wobble_suppression.cpp resultDevice_.download(result); download 153 samples/gpu/bgfg_segm.cpp d_fgmask.download(fgmask); download 154 samples/gpu/bgfg_segm.cpp d_fgimg.download(fgimg); download 156 samples/gpu/bgfg_segm.cpp d_bgimg.download(bgimg); download 96 samples/gpu/farneback_optical_flow.cpp planes[0].download(flowx); download 97 samples/gpu/farneback_optical_flow.cpp planes[1].download(flowy); download 139 samples/gpu/generalized_hough.cpp d_position.download(position); download 75 samples/gpu/houghlines.cpp d_lines.download(h_lines); download 20 samples/gpu/pyrlk_optical_flow.cpp d_mat.download(mat); download 27 samples/gpu/pyrlk_optical_flow.cpp d_mat.download(mat); download 165 samples/gpu/pyrlk_optical_flow.cpp download(d_prevPts, prevPts); download 168 samples/gpu/pyrlk_optical_flow.cpp download(d_nextPts, nextPts); download 171 samples/gpu/pyrlk_optical_flow.cpp download(d_status, status); download 213 samples/gpu/stereo_match.cpp d_disp.download(disp); download 160 samples/gpu/stereo_multi.cpp d_disparity.download(disparity); download 266 samples/gpu/stereo_multi.cpp data->d_disparity->rowRange(0, data->d_disparity->rows - 32).download(data->disparity); download 268 samples/gpu/stereo_multi.cpp data->d_disparity->rowRange(32, data->d_disparity->rows).download(data->disparity); download 338 samples/gpu/stereo_multi.cpp d_disparities[0].rowRange(0, leftFrame.rows / 2).download(disparityPart0, *streams[0]); download 344 samples/gpu/stereo_multi.cpp d_disparities[1].rowRange(32, d_disparities[1].rows).download(disparityPart1, *streams[1]);