Ask Your Question
0

Windows prebuilt binary doesn't seem to include CUDA related headers

asked 2017-01-13 20:16:01 -0600

user3667087 gravatar image

I have a code that is using some functionality from cv::cuda and it is compiling and running fine on my Ubuntu computer where my OpenCV is compiled from source.

I am testing the exact same code on a Windows 10 using Visual Studio 2015, and I am using the official prebuilt binary version. The problem is I am getting errors like

Error C2039 'cvtColor': is not a member of 'cv::cuda'

Is there anyway to use functionalities from cv::cuda from the official prebuilt binary OpenCV on windows?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-01-14 03:07:51 -0600

LBerger gravatar image

no cuda in prebuilt. You have to build yourself using cmake

read note here

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-01-13 20:16:01 -0600

Seen: 372 times

Last updated: Jan 14 '17