.NET Wrapper for Windows 10 IoT

asked 2016-11-26 15:34:32 -0600

Hello, can somebody suggest me a .NET Wrapper for OpenCV that is compatible with Windows 10 IoT for Raspberry Pi 2. I have tried Emgu, but it is not compatible with Windows 10 Universal Windows Application. I am looking to build an object recognition application using webcam and C# on raspberry pi with Windows 10 IoT, if someone can help me out I would really appreciate it. Thanks

edit retag flag offensive close merge delete

Comments

my 2 ct.: rather use opencv's excellent python bindings. (or plain c++)

(all those .net wrappers are 3rdparty, unsupported from opencv, mostly incomplete, and managed by some one-man-army. if you ever run into problems with that, you can't expect any help from here or opencv)

((it might me easier, to learn a new language, than messing with bad wrappers))

berak gravatar imageberak ( 2016-11-26 18:02:54 -0600 )edit

Hello, I understand that the .NET Wrappers are 3rd party wrappers that OpenCV does not support. But the problem I have is that this object recognition project is part of a bigger project that I am making. I am building a Self driving car and I already programmed alot of it in C# and I really cannot turn back now.

So should I use a .NET Wrapper or a different software for this? I am new to the field of Computer Vision so can you please help me out. I would really appreciate it. I have heard of AForge.NET, but is that good? What do you recommend for me. Thanks in Advance

AmaanKhan gravatar imageAmaanKhan ( 2016-11-27 14:26:46 -0600 )edit