module reorganization: added folder with pure device functions, cuda_shared.hpp renamed to internal_shared.hpp

This commit is contained in:
Anatoly Baksheev
2010-12-06 16:37:32 +00:00
parent fadd19b976
commit 652fb1212e
33 changed files with 1579 additions and 1762 deletions

View File

@@ -40,10 +40,10 @@
//
//M*/
#include "cuda_shared.hpp"
#include "opencv2/gpu/device/limits_gpu.hpp"
#include "opencv2/gpu/device/saturate_cast.hpp"
#include "transform.hpp"
#include "limits_gpu.hpp"
#include "saturate_cast.hpp"
#include "internal_shared.hpp"
using namespace cv::gpu;
using namespace cv::gpu::device;