Using OpenCV in a Windows Store app with Visual C++

后端 未结 4 996
抹茶落季
抹茶落季 2020-12-09 07:24

I am trying to use the OpenCV library for some image processing inside my Windows 8 Store app using C++/CX. I am able to build the OpenCV library using Visual C++ 2012 but

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-09 07:47

    We are working on enabling OpenCV with the new Phone and Store build of CMake. In the meantime have you looked at http://github.com/msopentech/openCV. This has instructions on building OpenCV for WinRT.

提交回复
热议问题