MATLAB to OpenCV conversion

is there any possibility to convert MATLAB files (.m files) to python script/ cpp to compile it in opencv?

4 个评论

You would need Matlab Coder to convert to cpp code.
thanks Adam. But, can I generate a standalone cpp or python code with Matlab Coder?
You can generate C++ code that you can then do what you want with - either use it via mex back in Matlab or embed it into some other C++ program. I'm not sure exactly what you mean by 'standalone'. As far as I am aware Coder code will not produce a main() function in C++.
You can use the Matlab compiler to produce executables or dlls too if you wish.
thank you very much.

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

提问:

2017-4-5

评论:

2017-4-11

Community Treasure Hunt

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

Start Hunting!

Translated by