tutorial opencv with windows phone 8.1 (c++ or c#)

asked 2015-06-30 14:58:48 -0600

pankra gravatar image

Hello, I am trying to create an application in windows phone 8.1 using openCV 3.0.0 and Visual Studio 2013, but I just can't figure out how to link the app and the library. I've tried to do it following some guide by setting out path to x86 or x64 librarys in opencv installed folder, but when I build the project I get 8 errors LNK2019 (C++ language). At first I thought this was because my app was pointing an x86 or x64 architecture and my device was ARM, but then I create a WinRT component in order to envolve openCV and I get same errors when building this component. I can't figure out why these errors. Have anyone encountered a complete tutorial for how to create applications in Windows Phone 8.1 using openCV or how to get samples in opencv running (windows phone, of course)? Thanx.

edit retag flag offensive close merge delete