Unable to start Universal Windows App when using cv::mat

asked 2016-09-15 02:29:05 -0600

wacky gravatar image

Hi, I am new to OpenCV and Universal Windows Platform, and I am planning to write a Universal Windows Application using OpenCV libraries, so I searched google and found this guide: https://www.huber.xyz/?p=396

Everything compiles fine except when I try to run it, I get the following error: image description

The same error occurs even when I comment out away all the OpenCV codes except for cv::Mat input;. Without any of the OpenCV codes, the application will run fine.

I am running the latest Windows 10 Anniversary Update (Version 1607, OS Build 14393.105), and using the latest Visual Studio Community 15 (Version 14.0.25425.01 Update 3). Also used the latest CMake (3.6.2) and OpenCV (3.1.0)

edit retag flag offensive close merge delete