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
88a883e6
Commit
88a883e6
authored
Dec 17, 2013
by
Alexander Smorkalov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build fix.
parent
8660e048
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
main.cpp
modules/core/cuda/main.cpp
+2
-0
gpumat.hpp
modules/core/include/opencv2/core/gpumat.hpp
+0
-2
gpumat.cpp
modules/core/src/gpumat.cpp
+2
-0
No files found.
modules/core/cuda/main.cpp
View file @
88a883e6
...
@@ -25,6 +25,8 @@ using namespace std;
...
@@ -25,6 +25,8 @@ using namespace std;
using
namespace
cv
;
using
namespace
cv
;
using
namespace
cv
::
gpu
;
using
namespace
cv
::
gpu
;
#define throw_nogpu CV_Error(CV_GpuNotSupported, "The library is compiled without CUDA support")
#include "gpumat_cuda.hpp"
#include "gpumat_cuda.hpp"
#ifdef HAVE_CUDA
#ifdef HAVE_CUDA
...
...
modules/core/include/opencv2/core/gpumat.hpp
View file @
88a883e6
...
@@ -48,8 +48,6 @@
...
@@ -48,8 +48,6 @@
#include "opencv2/core/core.hpp"
#include "opencv2/core/core.hpp"
#include "opencv2/core/cuda_devptrs.hpp"
#include "opencv2/core/cuda_devptrs.hpp"
#define throw_nogpu CV_Error(CV_GpuNotSupported, "The library is compiled without CUDA support")
namespace
cv
{
namespace
gpu
namespace
cv
{
namespace
gpu
{
{
//////////////////////////////// Initialization & Info ////////////////////////
//////////////////////////////// Initialization & Info ////////////////////////
...
...
modules/core/src/gpumat.cpp
View file @
88a883e6
...
@@ -65,6 +65,8 @@ using namespace std;
...
@@ -65,6 +65,8 @@ using namespace std;
using
namespace
cv
;
using
namespace
cv
;
using
namespace
cv
::
gpu
;
using
namespace
cv
::
gpu
;
#define throw_nogpu CV_Error(CV_GpuNotSupported, "The library is compiled without CUDA support")
#include "gpumat_cuda.hpp"
#include "gpumat_cuda.hpp"
typedef
GpuFuncTable
*
(
*
GpuFactoryType
)();
typedef
GpuFuncTable
*
(
*
GpuFactoryType
)();
...
...
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