renamed gpu headers (made it more consistent)

This commit is contained in:
Vladislav Vinogradov
2013-05-30 11:23:18 +04:00
parent 6c253a41c2
commit 4c9773d55f
38 changed files with 61 additions and 54 deletions

View File

@@ -40,7 +40,7 @@
//
//M*/
#include "opencv2/core/cuda_devptrs.hpp"
#include "opencv2/core/gpu_types.hpp"
#include "opencv2/core/cuda/common.hpp"
namespace cv { namespace softcascade { namespace cudev

View File

@@ -44,7 +44,7 @@
#ifndef __OPENCV_ICF_HPP__
#define __OPENCV_ICF_HPP__
#include "opencv2/core/cuda_devptrs.hpp"
#include "opencv2/core/gpu_types.hpp"
#include "cuda_runtime_api.h"
#if defined __CUDACC__