Ask Your Question

jakobkg's profile - activity

2018-06-07 10:54:42 -0600 commented question OpenCV 3.4.1, first tutorial won't build

The directory "$(OPENCV_DIR)\x64\vc15\lib" holds a bunch of .lib files, including the "_world" ones as expected. "$(OPEN

2018-06-07 10:48:05 -0600 commented question OpenCV 3.4.1, first tutorial won't build

Finally for OpenCV_Debug, I have gone into "Linker - Input" and added "opencv_world341d.lib" to "Additional Dependencies

2018-06-07 10:43:39 -0600 commented question OpenCV 3.4.1, first tutorial won't build

Alright sorry I'm being slow, I had some internet trouble yesterday. I rebuilt everything without using your sh script,

2018-06-06 05:32:51 -0600 commented question OpenCV 3.4.1, first tutorial won't build

Using setx -m OPENCV_DIR D:\opencv\build\install\x64\vc15 does not appear to help, cmake still gives errors about

2018-06-05 13:33:37 -0600 commented question OpenCV 3.4.1, first tutorial won't build

Thanks again! I was not able to build that sample, building it with VS2017 again fails and gives a couple of errors.This

2018-06-05 13:07:22 -0600 commented question OpenCV 3.4.1, first tutorial won't build

Since I posted, I have tried re-building from source to no avail, and I have tried downloading the provided self-extract

2018-06-05 12:57:53 -0600 commented question OpenCV 3.4.1, first tutorial won't build

Thank you for responding! In the linked guide, there is a suggested sh script to download and build opencv. The lines in

2018-06-05 12:56:07 -0600 commented question OpenCV 3.4.1, first tutorial won't build

Thank you for responding! In the linked guide, there is a suggested sh script to download and build opencv. The lines in

2018-06-05 12:55:47 -0600 commented question OpenCV 3.4.1, first tutorial won't build

Thank you for responding! In the linked guide, there is a suggested sh script to download and build opencv. The lines in

2018-06-05 12:04:27 -0600 asked a question OpenCV 3.4.1, first tutorial won't build

OpenCV 3.4.1, first tutorial won't build This is on Windows 10 x64, with Visual Studio 2017 and opencv 3.4.1. I install