I'm using OpenCV 3.1.0 with CUDA enabled and Windows 10 Home editon. I try to compile the code from this link using Microsoft Visual Studio 14 (2015). That link uses this command:
g++ testgpu.cpp -o test pkg-config --cflags --libs opencv -lopencv_gpu
(OS Ubuntu).
My question is where paramaters (pkg-config
, cflags
, etc) should go in Visual Studio? How to set them in Ms. Visual Studio 2015?
Any help will be appreciated. Thanks