Merge pull request #8542 from jveitchmichaelis:update-cudadevo-doc

Update documentation for getCudaEnabledDeviceCount
pull/8778/head
Alexander Alekhin 8 years ago committed by GitHub
commit 0448260ed7
  1. 3
      modules/core/include/opencv2/core/cuda.hpp

@ -595,7 +595,8 @@ private:
/** @brief Returns the number of installed CUDA-enabled devices.
Use this function before any other CUDA functions calls. If OpenCV is compiled without CUDA support,
this function returns 0.
this function returns 0. If the CUDA driver is not installed, or is incompatible, this function
returns -1.
*/
CV_EXPORTS int getCudaEnabledDeviceCount();

Loading…
Cancel
Save