Error when using openCV CUDA

asked 2019-05-14 22:39:33 -0600

kdanne gravatar image

Hello, I have several question related to the usage of openCV CUDA Recently I just successfully install openCV CUDA using vcpkg (https://github.com/microsoft/vcpkg) But when I want to use some function on it, it always show error like this :

OpenCV(3.4.3) Error: The function/feature is not implemented (The called functionality is disabled for current build or platform) in throw_no_cuda, file F:\vcpkg\buildtrees\opencv\src\3.4.3-701a6234df\modules\core\include\opencv2/core/private.cuda.hpp, line 113

I have tried to modify my code but it doesn't work, this is my code : https://github.com/ferdyandannes/test...

and I found that there is no gpu.gpp in my opencv2 directory, Is there anyone have found and solved this problem? Thank you

My environment : WIndows 10 Visual Studio 2017 GTX1050 2GB

edit retag flag offensive close merge delete