How to compile OpenCV 3.4 with Visual Studio 15 2017 ARM for UWP?
问题 I have been struggling to compile OpenCV 3.4 for a couple of days now. Final target of the compile is ARM, since I am currently writing an UWP for Windows 10 IoT Core running on Raspberry Pi 3. I started my journey from here: https://developer.microsoft.com/en-us/windows/iot/samples/opencv where Microsoft provides on GitHub an old OpenCV Version (3.0.0) with all the Visual Studio solutions already configured for ARM, x86 and x64. x86/x64 compilation was very easy, in fact, and I could achieve