Windows 10 IOT Core real-time image processing DLL using C

0 votes
So, I'm using C++ to write an OpenCV v3 based real-time image processing DLL. Apart from that I also have a C# program with the GUI based on that DLL. Now, I want to use that DLL in Windows 10 IOT core. Is it possible? If so, how? Any help is appreciated.
Jan 28, 2019 in IoT (Internet of Things) by Shubham
• 13,490 points
1,386 views

1 answer to this question.

0 votes

Yes, but it requires some work.

The C++ unmanaged DLL cannot be used directly with Windows IoT Core. You'll have to create some "wrapper" classes around your native C++ APIs, using pInvoke.

Microsoft has an official GitHub repository fork of OpenCV, https://github.com/Microsoft/opencv, follow this with Windows IoT Core https://developer.microsoft.com/en-us/windows/iot/samples/opencv

answered Jan 28, 2019 by Upasana
• 8,620 points

Related Questions In IoT (Internet of Things)

0 votes
1 answer

Display time in a Windows Core IoT app with a clock!

It is possible, but you should understand ...READ MORE

answered Jul 10, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,334 views
0 votes
1 answer

Deploy my Windows 10 IOT core application locally!

Of course, you, can! That is, in ...READ MORE

answered Jul 17, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
888 views
0 votes
1 answer
+1 vote
1 answer

Configuring Raspberry Pi with Windows 10 IoT App using Rest API

You should use HttpClient instead of WebClient. Try ...READ MORE

answered Oct 10, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
726 views
0 votes
1 answer

How can I Get Laplacian pyramid using opencv

As far as I can see you ...READ MORE

answered Sep 4, 2018 in Python by Priyaj
• 58,090 points
1,726 views
0 votes
1 answer

How to resize image canvas to maintain square aspect ratio in Python, OpenCv

Building on Alexander-Reynolds answer above, here is ...READ MORE

answered Sep 4, 2018 in Python by Priyaj
• 58,090 points
4,819 views
0 votes
1 answer
0 votes
1 answer

Setting time on Raspberry Pi using just PowerShell

The Enter-PSSession is for interactive sessions, so ...READ MORE

answered Aug 10, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
775 views
0 votes
1 answer

How to deploy Windows 10 IoT (Rasp Pi image) as a Virtual Machine

The easiest way I found is downloading ...READ MORE

answered Sep 10, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
2,951 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP