Borrar filtros
Borrar filtros

transferring output of opencv to malab and processing it real time

1 visualización (últimos 30 días)
I have a c code to track a color in a video and print its coordinates. I want to redirect this output to matlab. I tried running the example mex files which come with matlab but it says "cant compile mex.cpp" and "cant create mex.mxw32" any idea on how to proceed?

Respuesta aceptada

newbie
newbie el 16 de Jul. de 2012
Yes,I was not getting it after running the mex set-up. I had to change the file name to ".c" from ".cpp" to get around with this error. Thanks for replying though!

Más respuestas (1)

Walter Roberson
Walter Roberson el 15 de Jul. de 2012
Did you run
mex -setup

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by