From 962dc21f2b362062d55bf148960dafe618841adc Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Wed, 26 Sep 2018 15:36:55 +0300 Subject: [PATCH] docs: fix CUDA docs section --- modules/core/include/opencv2/core/opengl.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/core/include/opencv2/core/opengl.hpp b/modules/core/include/opencv2/core/opengl.hpp index 5e88cb8ce4..a6288bebe8 100644 --- a/modules/core/include/opencv2/core/opengl.hpp +++ b/modules/core/include/opencv2/core/opengl.hpp @@ -558,13 +558,11 @@ by the call to mapGLBuffer() function. */ CV_EXPORTS void unmapGLBuffer(UMat& u); +//! @} }} // namespace cv::ogl namespace cv { namespace cuda { -//! @addtogroup cuda -//! @{ - /** @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. @@ -573,8 +571,6 @@ This function should be explicitly called after OpenGL context creation and befo */ CV_EXPORTS void setGlDevice(int device = 0); -//! @} - }} //! @cond IGNORED