Commit 962dc21f authored by Alexander Alekhin's avatar Alexander Alekhin

docs: fix CUDA docs section

parent 43e66e7f
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment