Reputation: 21
I am quite new to OpenCV and visual studio. I have spent the last 3 days trying to install opencv3.4 with gpu support with but all in vain. I have browsed tons of links and articles but i am not able to do it. This platform is my last hope. All i want is some simple steps to follow so that i can install Open CV with GPU support.
Note - I have install visual studio 2017, nvidia cuda development toolkit 9.1 and cmake3.1.
Upvotes: 0
Views: 1646
Reputation: 251
Set Environment-Variables to the include- and lib-folder
Include Folder: /build/install/include --> OPENCV_INCLUDE
lib-Folder: /build/install/x64//bin --> OPENCV_LIB
Add Entry to path-Variable to include the bin folder
Bin-Folder: /build/install/x64//bin
Upvotes: 2