refactoring: moved gpu reduction-based functions into separated file
authorAlexey Spizhevoy <no@email>
Mon, 20 Dec 2010 09:51:25 +0000 (09:51 +0000)
committerAlexey Spizhevoy <no@email>
Mon, 20 Dec 2010 09:51:25 +0000 (09:51 +0000)
commitdf8529377b95baa9f96159fb245c7625935925b9
tree034401156e211e56d7b08610dae47c6b3051188a
parent1922e50f195f46be2537580e07f23f2bb577f0e1
refactoring: moved gpu reduction-based functions into separated file
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/arithm.cpp
modules/gpu/src/cuda/element_operations.cu
modules/gpu/src/cuda/mathfunc.cu
modules/gpu/src/cuda/matrix_reductions.cu
modules/gpu/src/element_operations.cpp
modules/gpu/src/matrix_reductions.cpp