Plugins on OSX (OpenCV and EmguCV)
Hey!I'm trying to get OpenCV and EmguCV (.Net OpenCV wrapper) working on OSX. It's already working with DLLs on Windows.However, on OSX Unity is unable to locate the proper OpenCV binaries it seems....
View ArticleMono and missing types using external library
Hi,we're trying to make use of EmguCV, which is a pure .Net library that interfaces to the native library OpenCV. We're using Unity 3.0 beta 4 for the modern Mono version.However, when trying to create...
View ArticleEmguCv inside Unity
Hey guys, I am using EmguCv wrapper inside Unity to develop some game. Right now, Iam confronted with problem of CONVERTATION *IplImage*(Image) to Texture2D(unity texture). I've read a lot of posts...
View ArticleLED Tracking with Unity & emguCV
Hi! I am currently working on a project, where i am trying to track four LED's with a camera. When a LED is found in the camera image it shall be tracked immediately. For the beginnning it should work...
View ArticleComputer Vision integration (OpenCV,EmguCV)
Hi guys, Atm I am evaluating possibilites to get OpenCV working within Unity on IOS and Android devices.I want to be able to have some object detection. I don't know if there will be some performance...
View ArticleEmgu/OpenCV with Unity Free
Hi all, I'm trying to do a project with OpenCV to find the shapes of objects. I've been looking at Emgu and have tried out the examples in visual studio, these built fine and the .dlls built fine in...
View ArticleHow to detecting and tracking each person among 3 people
I am wring for asking the how to tracking the specific person after detecting for the interactive floors projecting like the link below. [http://www.youtube.com/watch?v=uNRY6qX7qgA][1] We would like to...
View ArticleC#, EmguCv, opencv and mavericks
Hello! I cannot figure out how to make Unity to recognize Emgucv in Mac OS X 10.9 Mavericks. I suppose that I have make visible EmguCv's dylibs to Unity but I have difficulties. I have found a very...
View ArticleEmgu CV and Unity Issue
Hello All, I'm trying to add the Emgu CV dlls to my unity project and it worked initially until after I changed an if statement I get the following error: > Internal compiler error. See the>...
View ArticleConvert Texture2D to Image emgu CV - fast way
Hi all, I'm trying to convert a texture2D to an emgu CV Image. I want a fast way to do it, without access each pixel individually (for loop). I'm trying to use Marshal.copy or some memory access. If I...
View Articlecannot convert `System.Drawing.Size' expression to type `System.Drawing.Size'?
I'm working with emgu in unity. I'm trying to test CascadeClassifier for face detection. I want to call DetectMultiScale from the CascadeClassifier class, which is defined as: /// /// The image where...
View ArticleOpenCV integration
Hello Developers! I am a unity developer trying my hands on opencv for the first time. My initial goal is to run the camera and detect blobs via opencv in unity3d. I am new to OpenCV and am trying to...
View ArticleEmguCV CalibrateCamera - EntryPointNotFoundException
I'm trying to get EmguCV's CalibrateCamera function to work so that I can estimate the camera position off of points on a planar surface. this is a snippet of my code with four 3D pseudo positions for...
View ArticledllNotFoundException-EmguCv-HaarCascading
Hey guys, I'm tyring to use haar cascading for face detection in emgucv with unity.However,there is some problem with classifier and I also tried HaarCascade function but I saw same error again. Could...
View ArticleOpenCV and Android with Unity3D
I'm trying to integrate OpenCV or EmguCV with Unity for an Augmented Reality project. I have experience with Unity, know how to program in C#, not really Javascript, but now I want to learn OpenCV with...
View ArticleEMGUCV with Unity : System.Windows.Forms.dll assembly is referenced by user...
Hi guys, I have integrated emgucv with unity to make some body detection app. My program is working fine in editor but I am not able to build standalone or android application properly. I am getting...
View Articleopencv (emgucv) not working in unity in osx?
i am at the point, where i just would want to know if anybody out there has emguCV.unity running inside unity in osx? there are many tips concerning DllNotFoundExceptions and unity. all of them do not...
View ArticleMemory leak for using Emgucv facedetection function.
hi guys, i am doing now face detection in unity3d and for that i followed Kenny Allau's tutorial to have face detect function in my laptop....
View ArticleOpen CV (Emgu CV) integration with unity 2018.1
I want to a use Open CV in my unity 2018.1 project. I searched the web and found a free c# library Emgu Cv, so I want to use it. Any solutions ... Or How to guide for unity with Emgu CV Or any other...
View ArticleHow to fix TypeLoadException (EmguCV + Unity3d)
Hi, I am trying to integrate EmguCV (OpenCV Wrapper) with Unity3d. For this purpose I followed [This][1] tutorial and complete all the required steps. But when I run the program of face detection...
View Article