added GPU implementation of morphology functions (using NPP) and tests for it.
authorAnatoly Baksheev <no@email>
Fri, 17 Sep 2010 15:28:59 +0000 (15:28 +0000)
committerAnatoly Baksheev <no@email>
Fri, 17 Sep 2010 15:28:59 +0000 (15:28 +0000)
commit1387bfcde0007e0d2215562dd354fa8f58268fc4
tree88b38413d20942e444ec4138ec923aab1be64bfc
parent97f2972fc05c4cb6f535df8d0ee49befb5c24c70
added GPU implementation of morphology functions (using NPP) and tests for it.
added npp_error function
added check_and_treat_gpu_exception function for tests_gpu
modules/core/include/opencv2/core/types_c.h
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/cuda/safe_call.hpp
modules/gpu/src/filtering_npp.cpp [new file with mode: 0644]
modules/gpu/src/npp_error.cpp [new file with mode: 0644]
modules/gpu/src/precomp.hpp
tests/CMakeLists.txt
tests/gpu/src/gputest.hpp
tests/gpu/src/morf_filters.cpp [new file with mode: 0644]