Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
f3ae185f
Commit
f3ae185f
authored
Jan 31, 2013
by
cuda-geek
Committed by
OpenCV Buildbot
Jan 31, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #383 from cuda-geek:apply-opencv-macosx-patch
parents
e0426148
8b3c717e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
common.hpp
modules/gpu/include/opencv2/gpu/device/common.hpp
+1
-1
canny.cu
modules/gpu/src/cuda/canny.cu
+1
-0
No files found.
modules/gpu/include/opencv2/gpu/device/common.hpp
View file @
f3ae185f
...
...
@@ -100,7 +100,7 @@ namespace cv { namespace gpu
typedef
unsigned
char
uchar
;
typedef
unsigned
short
ushort
;
typedef
signed
char
schar
;
#if
def _WIN32
#if
defined (_WIN32) || defined (__APPLE__)
typedef
unsigned
int
uint
;
#endif
...
...
modules/gpu/src/cuda/canny.cu
View file @
f3ae185f
...
...
@@ -43,6 +43,7 @@
#if !defined CUDA_DISABLER
#include <utility>
#include <algorithm>//std::swap
#include "opencv2/gpu/device/common.hpp"
#include "opencv2/gpu/device/emulation.hpp"
#include "opencv2/gpu/device/transform.hpp"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment