How Can I convert m- file or any command in Matlab to "C language" or "C++ language"??

1 view (last 30 days)
Dear Sir,
I would like to know "How can I convert m-file to C- file (language) or C++ (language) file?? From another side, I would like to know "How can I convert the commands (functions) from Computer Vision toolbox (in Matlab) such as "Vision.Videoplayer", "Vision. ForegroundDetector", "ConfigureKalmanFilter", "Vision.KalmanFilter", " Vision.VideoFileReader" and so on to C language or C++ language?
Thank you very much
Have Great and Fantastic Day

Answers (1)

Sean de Wolski
Sean de Wolski on 6 Mar 2013
  5 Comments
Mohamed Elwakdy
Mohamed Elwakdy on 8 Mar 2013
Dear Walter,
Thank you very much on your interesting....
I would like to know "What do you mean with " This would not be usable for generating video for a DSP"??"
Thank you very much on your reply
Have Great and Fantastic Day
Walter Roberson
Walter Roberson on 8 Mar 2013
Vision.DeployableVideoPlayer generates MS Windows-specific code. It cannot be used to create code for other systems such as embedded systems (such as a refrigerator with a display, such as LG makes), and it cannot be used to create code for DSP (Digital Signal Processor) or any other system. Only for MS Windows running Intel-type processors.

Sign in to comment.

Categories

Find more on Computer Vision Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!