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
962dc21f
Commit
962dc21f
authored
Sep 26, 2018
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: fix CUDA docs section
parent
43e66e7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
opengl.hpp
modules/core/include/opencv2/core/opengl.hpp
+1
-5
No files found.
modules/core/include/opencv2/core/opengl.hpp
View file @
962dc21f
...
@@ -558,13 +558,11 @@ by the call to mapGLBuffer() function.
...
@@ -558,13 +558,11 @@ by the call to mapGLBuffer() function.
*/
*/
CV_EXPORTS
void
unmapGLBuffer
(
UMat
&
u
);
CV_EXPORTS
void
unmapGLBuffer
(
UMat
&
u
);
//! @}
}}
// namespace cv::ogl
}}
// namespace cv::ogl
namespace
cv
{
namespace
cuda
{
namespace
cv
{
namespace
cuda
{
//! @addtogroup cuda
//! @{
/** @brief Sets a CUDA device and initializes it for the current thread with OpenGL interoperability.
/** @brief Sets a CUDA device and initializes it for the current thread with OpenGL interoperability.
This function should be explicitly called after OpenGL context creation and before any CUDA calls.
This function should be explicitly called after OpenGL context creation and before any CUDA calls.
...
@@ -573,8 +571,6 @@ This function should be explicitly called after OpenGL context creation and befo
...
@@ -573,8 +571,6 @@ This function should be explicitly called after OpenGL context creation and befo
*/
*/
CV_EXPORTS
void
setGlDevice
(
int
device
=
0
);
CV_EXPORTS
void
setGlDevice
(
int
device
=
0
);
//! @}
}}
}}
//! @cond IGNORED
//! @cond IGNORED
...
...
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