replaced GPU -> CUDA
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Wed, 24 Jul 2013 09:55:18 +0000 (13:55 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 2 Sep 2013 10:00:44 +0000 (14:00 +0400)
commitfd88654b45e53f5dbce707ad2ede11c871c19d23
tree4385823e8e96299e2a14c207822ea6703d6abd54
parent3c34b24f1fd943c746a52f4cbb6f16c31ed2268b
replaced GPU -> CUDA
172 files changed:
modules/core/include/opencv2/core/cuda.hpp
modules/core/include/opencv2/core/cuda.inl.hpp
modules/core/include/opencv2/core/cuda/block.hpp
modules/core/include/opencv2/core/cuda/border_interpolate.hpp
modules/core/include/opencv2/core/cuda/color.hpp
modules/core/include/opencv2/core/cuda/common.hpp
modules/core/include/opencv2/core/cuda/datamov_utils.hpp
modules/core/include/opencv2/core/cuda/detail/color_detail.hpp
modules/core/include/opencv2/core/cuda/detail/reduce.hpp
modules/core/include/opencv2/core/cuda/detail/reduce_key_val.hpp
modules/core/include/opencv2/core/cuda/detail/transform_detail.hpp
modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp
modules/core/include/opencv2/core/cuda/detail/vec_distance_detail.hpp
modules/core/include/opencv2/core/cuda/dynamic_smem.hpp
modules/core/include/opencv2/core/cuda/emulation.hpp
modules/core/include/opencv2/core/cuda/filters.hpp
modules/core/include/opencv2/core/cuda/funcattrib.hpp
modules/core/include/opencv2/core/cuda/functional.hpp
modules/core/include/opencv2/core/cuda/limits.hpp
modules/core/include/opencv2/core/cuda/reduce.hpp
modules/core/include/opencv2/core/cuda/saturate_cast.hpp
modules/core/include/opencv2/core/cuda/scan.hpp
modules/core/include/opencv2/core/cuda/simd_functions.hpp
modules/core/include/opencv2/core/cuda/transform.hpp
modules/core/include/opencv2/core/cuda/type_traits.hpp
modules/core/include/opencv2/core/cuda/utility.hpp
modules/core/include/opencv2/core/cuda/vec_distance.hpp
modules/core/include/opencv2/core/cuda/vec_math.hpp
modules/core/include/opencv2/core/cuda/vec_traits.hpp
modules/core/include/opencv2/core/cuda/warp.hpp
modules/core/include/opencv2/core/cuda/warp_reduce.hpp
modules/core/include/opencv2/core/cuda/warp_shuffle.hpp
modules/core/include/opencv2/core/cuda_stream_accessor.hpp
modules/core/include/opencv2/core/cuda_types.hpp
modules/core/include/opencv2/core/private.cuda.hpp
modules/core/src/system.cpp
modules/cuda/include/opencv2/cuda.hpp
modules/cuda/perf/perf_calib3d.cpp
modules/cuda/perf/perf_labeling.cpp
modules/cuda/perf/perf_matop.cpp
modules/cuda/perf/perf_objdetect.cpp
modules/cuda/src/cascadeclassifier.cpp
modules/cuda/src/cuda/lbp.hpp
modules/cuda/test/test_calib3d.cpp
modules/cuda/test/test_global_motion.cpp
modules/cuda/test/test_gpumat.cpp
modules/cuda/test/test_labeling.cpp
modules/cuda/test/test_main.cpp
modules/cuda/test/test_objdetect.cpp
modules/cuda/test/test_opengl.cpp
modules/cuda/test/test_stream.cpp
modules/cudaarithm/perf/perf_arithm.cpp
modules/cudaarithm/perf/perf_core.cpp
modules/cudaarithm/perf/perf_element_operations.cpp
modules/cudaarithm/perf/perf_reductions.cpp
modules/cudaarithm/test/test_arithm.cpp
modules/cudaarithm/test/test_core.cpp
modules/cudaarithm/test/test_element_operations.cpp
modules/cudaarithm/test/test_main.cpp
modules/cudaarithm/test/test_reductions.cpp
modules/cudabgsegm/perf/perf_bgsegm.cpp
modules/cudabgsegm/test/test_bgsegm.cpp
modules/cudabgsegm/test/test_main.cpp
modules/cudacodec/perf/perf_video.cpp
modules/cudacodec/test/test_main.cpp
modules/cudacodec/test/test_video.cpp
modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp
modules/cudafeatures2d/perf/perf_features2d.cpp
modules/cudafeatures2d/src/brute_force_matcher.cpp
modules/cudafeatures2d/src/fast.cpp
modules/cudafeatures2d/src/orb.cpp
modules/cudafeatures2d/test/test_features2d.cpp
modules/cudafeatures2d/test/test_main.cpp
modules/cudafilters/perf/perf_filters.cpp
modules/cudafilters/test/test_filters.cpp
modules/cudafilters/test/test_main.cpp
modules/cudaimgproc/perf/perf_bilateral_filter.cpp
modules/cudaimgproc/perf/perf_blend.cpp
modules/cudaimgproc/perf/perf_canny.cpp
modules/cudaimgproc/perf/perf_color.cpp
modules/cudaimgproc/perf/perf_corners.cpp
modules/cudaimgproc/perf/perf_gftt.cpp
modules/cudaimgproc/perf/perf_histogram.cpp
modules/cudaimgproc/perf/perf_hough.cpp
modules/cudaimgproc/perf/perf_match_template.cpp
modules/cudaimgproc/perf/perf_mean_shift.cpp
modules/cudaimgproc/src/canny.cpp
modules/cudaimgproc/src/cuda/color.cu
modules/cudaimgproc/src/cuda/match_template.cu
modules/cudaimgproc/src/cvt_color_internal.h
modules/cudaimgproc/src/histogram.cpp
modules/cudaimgproc/src/hough_circles.cpp
modules/cudaimgproc/src/hough_lines.cpp
modules/cudaimgproc/src/hough_segments.cpp
modules/cudaimgproc/src/mean_shift.cpp
modules/cudaimgproc/test/test_bilateral_filter.cpp
modules/cudaimgproc/test/test_blend.cpp
modules/cudaimgproc/test/test_canny.cpp
modules/cudaimgproc/test/test_color.cpp
modules/cudaimgproc/test/test_corners.cpp
modules/cudaimgproc/test/test_gftt.cpp
modules/cudaimgproc/test/test_histogram.cpp
modules/cudaimgproc/test/test_hough.cpp
modules/cudaimgproc/test/test_main.cpp
modules/cudaimgproc/test/test_match_template.cpp
modules/cudaimgproc/test/test_mean_shift.cpp
modules/cudalegacy/test/test_nvidia.cpp
modules/cudaoptflow/include/opencv2/cudaoptflow.hpp
modules/cudaoptflow/perf/perf_optflow.cpp
modules/cudaoptflow/src/farneback.cpp
modules/cudaoptflow/src/tvl1flow.cpp
modules/cudaoptflow/test/test_main.cpp
modules/cudaoptflow/test/test_optflow.cpp
modules/cudastereo/perf/perf_stereo.cpp
modules/cudastereo/src/cuda/stereobm.cu
modules/cudastereo/src/stereobm.cpp
modules/cudastereo/test/test_main.cpp
modules/cudastereo/test/test_stereo.cpp
modules/cudawarping/perf/perf_warping.cpp
modules/cudawarping/src/cuda/remap.cu
modules/cudawarping/src/cuda/resize.cu
modules/cudawarping/src/cuda/warp.cu
modules/cudawarping/test/test_main.cpp
modules/cudawarping/test/test_pyramids.cpp
modules/cudawarping/test/test_remap.cpp
modules/cudawarping/test/test_resize.cpp
modules/cudawarping/test/test_warp_affine.cpp
modules/cudawarping/test/test_warp_perspective.cpp
modules/nonfree/include/opencv2/nonfree/cuda.hpp
modules/nonfree/include/opencv2/nonfree/ocl.hpp
modules/nonfree/perf/perf_surf.cuda.cpp
modules/nonfree/src/surf.cuda.cpp
modules/nonfree/test/test_surf.cuda.cpp
modules/photo/perf/perf_cuda.cpp
modules/photo/test/test_denoising.cuda.cpp
modules/softcascade/include/opencv2/softcascade.hpp
modules/softcascade/perf/perf_cuda_softcascade.cpp
modules/softcascade/test/utility.cpp
modules/softcascade/test/utility.hpp
modules/stitching/include/opencv2/stitching/detail/matchers.hpp
modules/stitching/src/matchers.cpp
modules/superres/include/opencv2/superres.hpp
modules/superres/include/opencv2/superres/optical_flow.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/frame_source.cpp
modules/superres/src/optical_flow.cpp
modules/superres/test/test_superres.cpp
modules/ts/include/opencv2/ts/cuda_perf.hpp
modules/ts/include/opencv2/ts/cuda_test.hpp
modules/ts/include/opencv2/ts/ts_perf.hpp
modules/ts/src/cuda_perf.cpp
modules/ts/src/cuda_test.cpp
modules/ts/src/ts_perf.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp
samples/cpp/videostab.cpp
samples/gpu/CMakeLists.txt
samples/gpu/cascadeclassifier.cpp
samples/gpu/cascadeclassifier_nvidia_api.cpp
samples/gpu/driver_api_multi.cpp
samples/gpu/multi.cpp
samples/gpu/optical_flow.cpp
samples/gpu/performance/CMakeLists.txt
samples/gpu/performance/performance.cpp
samples/gpu/performance/performance.h
samples/gpu/performance/tests.cpp
samples/gpu/stereo_multi.cpp
samples/gpu/super_resolution.cpp
samples/gpu/surf_keypoint_matcher.cpp
samples/gpu/video_reader.cpp
samples/gpu/video_writer.cpp