Ask Your Question

DonBurch's profile - activity

2016-05-29 02:10:29 -0600 answered a question OpenCV 3.1 x64 libs for visual studio 2015

I spent a couple of weeks tearing my hair out because I was trying to follow various tutorials but OpenCV wasn't installing a build\x64\vc14 folder. Finally the penny dropped... THE VERSION OF WINDOWS IS IMPORTANT.

OpenCV install assumes that if you're using outdated Windows 7 that you must be using an old Visual Studio too; and only creates the vc14 folder if you're running Windows 10.

My solution is to create a Virtual PC (mine in Virtualbox) running Windows 10, Visual Studio 2015 community and OpenCV 3.1. Fingers crossed.