简体   繁体   English

Windows Phone 8.1上的OpenCV

[英]OpenCV on Windows Phone 8.1

How I can use OpenCV on Windows Phone 8.1 Universal in C#? 如何在C#中的Windows Phone 8.1 Universal上使用OpenCV? I saw EmguCV but he has only commercial license for Windows Phone. 我看到了EmguCV,但他只有Windows Phone的商业许可证。 Is possible other way to use OpenCV in C# on Windows Phone 8.1? 在Windows Phone 8.1的C#中可以使用OpenCV的其他方法吗?

Visual Studio's Windows store apps creation libraries allow you to design a UI out of pure XAML, for Windows phone 8.1RT and above, OpenCV binaries are availale, that let you mix code from XAML and OpenCV's... Visual Studio的Windows应用商店创建库允许您使用纯XAML设计UI,对于Windows Phone 8.1RT及更高版本,提供了OpenCV二进制文件,可让您混合使用XAML和OpenCV的代码...

Check this Repository: https://github.com/Microsoft/opencv 检查此存储库: https : //github.com/Microsoft/opencv

Hope it helps :) 希望能帮助到你 :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM