gpuarithm module fixes
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 18 Apr 2013 06:46:09 +0000 (10:46 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 18 Apr 2013 07:33:34 +0000 (11:33 +0400)
commitb4f3d0872578f17e877994a56e357f3c00413a72
tree07248161ee310f2c5bc340b0872b0f661a59c8c2
parent43d5e2d8b4ea4ff9bf0c83f874a2ac8a79f6ff5e
gpuarithm module fixes
22 files changed:
modules/gpuarithm/CMakeLists.txt
modules/gpuarithm/doc/arithm.rst [new file with mode: 0644]
modules/gpuarithm/doc/core.rst [new file with mode: 0644]
modules/gpuarithm/doc/element_operations.rst [moved from modules/gpuarithm/doc/per_element_operations.rst with 81% similarity]
modules/gpuarithm/doc/gpuarithm.rst
modules/gpuarithm/doc/operations_on_matrices.rst [deleted file]
modules/gpuarithm/doc/reductions.rst [moved from modules/gpuarithm/doc/matrix_reductions.rst with 80% similarity]
modules/gpuarithm/include/opencv2/gpuarithm.hpp
modules/gpuarithm/perf/perf_arithm.cpp [new file with mode: 0644]
modules/gpuarithm/perf/perf_core.cpp
modules/gpuarithm/perf/perf_element_operations.cpp [new file with mode: 0644]
modules/gpuarithm/perf/perf_reductions.cpp [new file with mode: 0644]
modules/gpuarithm/src/arithm.cpp
modules/gpuarithm/src/core.cpp [new file with mode: 0644]
modules/gpuarithm/src/element_operations.cpp
modules/gpuarithm/src/precomp.hpp
modules/gpuarithm/src/reductions.cpp [moved from modules/gpuarithm/src/matrix_reductions.cpp with 94% similarity]
modules/gpuarithm/src/split_merge.cpp [deleted file]
modules/gpuarithm/test/test_arithm.cpp [new file with mode: 0644]
modules/gpuarithm/test/test_core.cpp
modules/gpuarithm/test/test_element_operations.cpp [new file with mode: 0644]
modules/gpuarithm/test/test_reductions.cpp [new file with mode: 0644]