MATLAB to OpenCV conversion
Ältere Kommentare anzeigen
is there any possibility to convert MATLAB files (.m files) to python script/ cpp to compile it in opencv?
4 Kommentare
Adam
am 5 Apr. 2017
You would need Matlab Coder to convert to cpp code.
Sreya
am 6 Apr. 2017
Adam
am 6 Apr. 2017
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
am 11 Apr. 2017
Antworten (0)
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!