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