Merge pull request #383 from cuda-geek:apply-opencv-macosx-patch
This commit is contained in:
commit
f3ae185fd0
@ -100,7 +100,7 @@ namespace cv { namespace gpu
|
|||||||
typedef unsigned char uchar;
|
typedef unsigned char uchar;
|
||||||
typedef unsigned short ushort;
|
typedef unsigned short ushort;
|
||||||
typedef signed char schar;
|
typedef signed char schar;
|
||||||
#ifdef _WIN32
|
#if defined (_WIN32) || defined (__APPLE__)
|
||||||
typedef unsigned int uint;
|
typedef unsigned int uint;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -43,6 +43,7 @@
|
|||||||
#if !defined CUDA_DISABLER
|
#if !defined CUDA_DISABLER
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
#include <algorithm>//std::swap
|
||||||
#include "opencv2/gpu/device/common.hpp"
|
#include "opencv2/gpu/device/common.hpp"
|
||||||
#include "opencv2/gpu/device/emulation.hpp"
|
#include "opencv2/gpu/device/emulation.hpp"
|
||||||
#include "opencv2/gpu/device/transform.hpp"
|
#include "opencv2/gpu/device/transform.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user