Home
last modified time | relevance | path

Searched refs:CV_GpuNotSupported (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h192 CV_GpuNotSupported= -216, /**< no CUDA support */ enumerator
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dsystem.cpp1292 case CV_GpuNotSupported : return "No CUDA support"; in cvErrorStr()