renamed gpu headers (made it more consistent)
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 30 May 2013 07:23:18 +0000 (11:23 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 10 Jun 2013 08:40:30 +0000 (12:40 +0400)
commit4c9773d55f7b5baac56030c3df9ab22630a8d1b8
tree2d478729d12776f6a202941d854329445065686d
parent6c253a41c275110dcadf844021a6c73e42d0401a
renamed gpu headers (made it more consistent)
38 files changed:
modules/core/include/opencv2/core/cuda/common.hpp
modules/core/include/opencv2/core/gpu.hpp [moved from modules/core/include/opencv2/core/gpumat.hpp with 98% similarity]
modules/core/include/opencv2/core/gpu_private.hpp
modules/core/include/opencv2/core/gpu_stream_accessor.hpp [moved from modules/core/include/opencv2/core/stream_accessor.hpp with 91% similarity]
modules/core/include/opencv2/core/gpu_types.hpp [moved from modules/core/include/opencv2/core/cuda_devptrs.hpp with 94% similarity]
modules/core/src/gpu.cpp [moved from modules/core/src/gpumat.cpp with 100% similarity]
modules/core/src/gpu_cuda_mem.cpp [moved from modules/core/src/matrix_operations.cpp with 100% similarity]
modules/core/src/gpu_stream.cpp [moved from modules/core/src/cudastream.cpp with 100% similarity]
modules/core/src/matrix.cpp
modules/core/src/precomp.hpp
modules/gpu/include/opencv2/gpu.hpp
modules/gpuarithm/include/opencv2/gpuarithm.hpp
modules/gpubgsegm/include/opencv2/gpubgsegm.hpp
modules/gpubgsegm/src/cuda/fgd.hpp
modules/gpucodec/include/opencv2/gpucodec.hpp
modules/gpufeatures2d/include/opencv2/gpufeatures2d.hpp
modules/gpufilters/include/opencv2/gpufilters.hpp
modules/gpuimgproc/include/opencv2/gpuimgproc.hpp
modules/gpulegacy/test/test_precomp.hpp
modules/gpuoptflow/include/opencv2/gpuoptflow.hpp
modules/gpustereo/include/opencv2/gpustereo.hpp
modules/gpuwarping/include/opencv2/gpuwarping.hpp
modules/nonfree/include/opencv2/nonfree/gpu.hpp
modules/photo/include/opencv2/photo/gpu.hpp
modules/softcascade/include/opencv2/softcascade.hpp
modules/softcascade/src/cuda/channels.cu
modules/softcascade/src/cuda_invoker.hpp
modules/softcascade/test/test_cuda_softcascade.cpp
modules/softcascade/test/utility.hpp
modules/stitching/include/opencv2/stitching/detail/warpers.hpp
modules/superres/perf/perf_precomp.hpp
modules/superres/src/input_array_utility.hpp
modules/superres/src/precomp.hpp
modules/ts/include/opencv2/ts/gpu_test.hpp
modules/ts/src/gpu_perf.cpp
modules/ts/src/ts_perf.cpp
modules/videostab/include/opencv2/videostab/wobble_suppression.hpp
samples/gpu/opengl.cpp