Using openCV on a UWP Windows 10 Application

好久不见. 提交于 2019-12-23 02:34:41

问题


Is there a way to use OpenCV libraries on a UWP application for Windows 10 without needing to create my own wrappers around openCV or purchasing Emgu CV wrappers? I am aware that there is Android and iOS support (as stated in their page) but no reference for UWP or Windows 8 store apps whatsoever. It just states that Windows is supported.


回答1:


Yes there is, but I think it is not offical yet, or maybe not finished/tested. It is developed at Microsoft and most of it should be merged into master branch of OpenCV now.

Source: https://msopentech.com/blog/2014/08/20/opencv-support-for-windows-universal-apps-now-available-on-github/#

Initial pull-request with WinRT support: https://github.com/Itseez/opencv/pull/3700



来源:https://stackoverflow.com/questions/34309067/using-opencv-on-a-uwp-windows-10-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!