Ask Your Question
0

OpenCV vs EMGU

asked 2013-05-13 06:41:45 -0600

ahmadbab gravatar image

Hi, I am trying to work on an image processing project from the beginning. I need to read a stream from a camera and do image processing stuff like background subtraction and tracking people. 1- I wanted to know which of the two of EMGU and OpenCV would be faster in run? Also there is another module written in C# that gets data from the image processing module. The data is passed through a web service from Image Processing module to the other module. (the data are coordinates of objects) 2- In that case which of these two (EMGU or OpenCV) is better? Thanks in Advance, Ahmad

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
7

answered 2013-05-13 07:00:30 -0600

berak gravatar image

emgu is just a (somewhat inofficial/community based) c# wrapper around the c++ opencv classes/functions, so the question is more like:

do you want to do it in c++ or in c# ?

if it's c#, besides emgu, aforge might be worth taking a look at, too

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-05-13 06:41:45 -0600

Seen: 6,216 times

Last updated: Mar 15 '14