Image processing in MATLAB/OpenCV

2 visualizaciones (últimos 30 días)
Andrew
Andrew el 14 de Jun. de 2012
Good day.
I have a project in image processing. To be exact, it's video processing project. In simple terms, the main task of the project is to monitor road traffic.
Here, we will highlight or notify if there is congestion, traffic violation, etc.
Question: Since this analyses live traffic, will MATLAB performance be a problem? Because I read that openCV is best compared to MATLAB w/ performance.
It would be an advantage, I think, if I use MATLAB because of advanced or built in functions that we need for my task. I am just concerned about performance.
Your assistance will be appreciated.
  1 comentario
Ryan
Ryan el 14 de Jun. de 2012
http://blogs.mathworks.com/steve/2011/04/29/video-sudoku-solver/
Real time analysis with the video processing toolbox can be done.
While I have no experience in video processing and none with openCV and I realize dealing with traffic video is possibly more memory/processing intensive than a Sudoku puzzle, I think that you'll be able to manage if your computer can handle it.

Iniciar sesión para comentar.

Respuestas (1)

Richard Crozier
Richard Crozier el 14 de Jun. de 2012
There is also a mex interface to opencv which may offer the best compromise, as the actual opencv processing is still done in native code. See http://www.cs.stonybrook.edu/~kyamagu/mexopencv/

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by