简体   繁体   中英

SInce EmguCV is unavailable for UWP , how can i call c# class/methods from uwp

Emgucv is not supported in UWP , but i need to use it in my app. Can i create the implementation in C# and call it from UWP somehow ? What is the best approach of this problem ?

According to the latest news of the Emgucv official website , Emgu.CV-3.1.0-r16.12 added the UWP support.

2016-12-17 Emgu.CV-3.1.0-r16.12 release is available in sourceforge. This version added UWP support for Windows Phone commercial license. See change log and known issues.

So that you could use it in UWP. Fortunately, there is an official sample for UWP already, please reference Emgu.CV.Example/RealtimeCamera.UWP .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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