Hi guys,
Is there any way to integrate OpenCv in Unity3D Free version?
(I searched a lot, I am asking here because I couldn’t find anything)
Hi guys,
Is there any way to integrate OpenCv in Unity3D Free version?
(I searched a lot, I am asking here because I couldn’t find anything)
Well the wikipedia page for OpenCV speaks of some developers already making Wrappers(external calls to the c++ lib, through c#) for opencv in c#, but i see no link, nor do i see it in the github source.
There is another open source library that you may want to check out AForge, it states that it is CLR compatible for .net framework and mono(reference).
Also here is the link to the Using Mono DLL’s in Unity manual page.
Thank you for your answer,
I looked at AForge, it seems to be a good framework. However I am working with the kinect sensor and AForge works only with the libfreenect driver, while I need to use the OpenNI framework and Primesense driver.
Try emgucv its a C# wrapper for open CV that works very well.
(I know this is old but its unanswered and a top result on google)
Here is something I know for a fact works (we used it in our project) :
Props to my friend Alex : Home · Segfault1602/UnityOpenCVExample Wiki · GitHub
Here is a paid version if you are interested http://unitydevelopers.blogspot.in/2018/03/open-cv-plugin-for-unity.html
– DeveshPandey