MATLAB to OpenCV conversion

1 回表示 (過去 30 日間)
Sreya
Sreya 2017 年 4 月 5 日
コメント済み: Sreya 2017 年 4 月 11 日
is there any possibility to convert MATLAB files (.m files) to python script/ cpp to compile it in opencv?
  4 件のコメント
Adam
Adam 2017 年 4 月 6 日
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.
Sreya
Sreya 2017 年 4 月 11 日
thank you very much.

サインインしてコメントする。

回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by