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
968c0954
Commit
968c0954
authored
Aug 29, 2013
by
ilya-lavrenov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gpu -> ocl
parent
90cf8fbd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
matrix_operations.hpp
modules/ocl/include/opencv2/ocl/matrix_operations.hpp
+3
-3
ocl.hpp
modules/ocl/include/opencv2/ocl/ocl.hpp
+1
-1
precomp.hpp
modules/ocl/src/precomp.hpp
+0
-1
No files found.
modules/ocl/include/opencv2/ocl/matrix_operations.hpp
View file @
968c0954
...
...
@@ -41,8 +41,8 @@
//
//M*/
#ifndef __OPENCV_
GPU
_MATRIX_OPERATIONS_HPP__
#define __OPENCV_
GPU
_MATRIX_OPERATIONS_HPP__
#ifndef __OPENCV_
OCL
_MATRIX_OPERATIONS_HPP__
#define __OPENCV_
OCL
_MATRIX_OPERATIONS_HPP__
namespace
cv
{
...
...
@@ -514,4 +514,4 @@ namespace cv
}
/* end of namespace cv */
#endif
/* __OPENCV_
GPU
_MATRIX_OPERATIONS_HPP__ */
#endif
/* __OPENCV_
OCL
_MATRIX_OPERATIONS_HPP__ */
modules/ocl/include/opencv2/ocl/ocl.hpp
View file @
968c0954
...
...
@@ -1709,4 +1709,4 @@ namespace cv
# pragma warning( pop)
#endif
#endif
/* __OPENCV_
GPU
_HPP__ */
#endif
/* __OPENCV_
OCL
_HPP__ */
modules/ocl/src/precomp.hpp
View file @
968c0954
...
...
@@ -70,7 +70,6 @@
#include "opencv2/ocl/ocl.hpp"
#include "opencv2/core/internal.hpp"
//#include "opencv2/highgui/highgui.hpp"
#define __ATI__
...
...
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