carlosmccosta / Currency-Recognition

Augmented reality currency recognition
MIT License
40 stars 26 forks source link

How to convert to Universal Windows Library? #2

Open zpeeppy opened 7 years ago

zpeeppy commented 7 years ago

Thanks for source code but i want consume it from UWP application, Kindly port it to a Windows Runtime Component

carlosmccosta commented 7 years ago

Good morning :) The core component of this project is built upon OpenCV. As such, you can easily port it to UWP (i currently do not have time for doing that).

Have a nice day :)

zpeeppy commented 7 years ago

Hello. i am a C# developer and not good with C++. Pls help me if you have time. Thanks you very much!

carlosmccosta commented 7 years ago

You could create a managed C++ dll library from this project and use it in your C#. Otherwise you could find a C# wrapper library for OpenCV (such as opencvsharp or EmguCV), but that would probably take more time. I am currently involved in several research projects and as such i currently do not have time to port this project to C#.

Have a nice day :)

zpeeppy commented 7 years ago

Ok thanks you