Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Converting EmguCV/OpenCV to Windows Phone Runtime

I'd like to know whether there are any image processing libraries available for Windows Phone 7 apps.

EmguCV (.net wrapper for OpenCV) has all the features I want but I'm unable to use it on Windows Phone development as it encounters a runtime conflict. Is there any way I can convert this to a Silverlight/Windows Phone runtime?

Thanks.

like image 467
coder9 Avatar asked Dec 09 '25 12:12

coder9


1 Answers

You can't execute unmanaged code in a 3rd party app. Emgucv is just a wrapper and uses the unmanaged OpenCV. There's no real managed port out there. You'll have to port it yourself from the C codebase.

like image 89
Rene Schulte Avatar answered Dec 11 '25 05:12

Rene Schulte



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!