added performance tests for gpu module
authorVladislav Vinogradov <no@email>
Wed, 7 Sep 2011 13:16:07 +0000 (13:16 +0000)
committerVladislav Vinogradov <no@email>
Wed, 7 Sep 2011 13:16:07 +0000 (13:16 +0000)
commit8009b5150edde6b944aadb44725efbe5ff524ea5
tree40bbc8bd45cc97190f43607ac723d7fc69a00b56
parent3206945b6d4735e458821d2563ba879ea170512e
added performance tests for gpu module
modules/gpu/CMakeLists.txt
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/perf/perf_arithm.cpp [new file with mode: 0644]
modules/gpu/perf/perf_filters.cpp [new file with mode: 0644]
modules/gpu/perf/perf_imgproc.cpp [new file with mode: 0644]
modules/gpu/perf/perf_main.cpp [new file with mode: 0644]
modules/gpu/perf/perf_matop.cpp [new file with mode: 0644]
modules/gpu/perf/perf_precomp.cpp [new file with mode: 0644]
modules/gpu/perf/perf_precomp.hpp [new file with mode: 0644]
modules/gpu/perf/perf_utility.cpp [new file with mode: 0644]
modules/gpu/perf/perf_utility.hpp [new file with mode: 0644]