opencv/modules/gpu/include/opencv2/gpu
Vladislav Vinogradov 2d30480982 created wrappers for new NPP functions
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
2012-02-22 10:00:53 +00:00
..
devmem2d.hpp moved GpuMat and DevMem2D to core module, some code refactoring 2011-11-09 13:13:52 +00:00
gpu.hpp created wrappers for new NPP functions 2012-02-22 10:00:53 +00:00
gpumat.hpp moved GpuMat and DevMem2D to core module, some code refactoring 2011-11-09 13:13:52 +00:00
stream_accessor.hpp