フィルターのクリア

how to convert a matlab file to a C++ file?

4 ビュー (過去 30 日間)
MoonPie1
MoonPie1 2017 年 8 月 11 日
回答済み: Vidip 2023 年 12 月 20 日
How to convert the .m file to .cpp file? The .m file contains inbuilt functions from Image processing toolbox like imsharpen, imshow, multithresh.

回答 (1 件)

Vidip
Vidip 2023 年 12 月 20 日
I understand that you want to convert the .m file to .cpp file and the .m file consists of inbuilt functions from Image processing toolbox, so for this you can use MATLAB Coder.
Some Image Processing Toolbox™ functions enable you to generate standalone C code, C code that depends on a precompiled, platform-specific shared library, or both. You can check the list of Image Processing Toolbox functions that support code generation - https://in.mathworks.com/help/images/referencelist.html?type=function&capability=codegen
In generated code, each supported toolbox function has the same name, arguments, and functionality as its Image Processing Toolbox counterpart. To use code generation with image processing functions, you can follow the steps mentioned in the below link - https://in.mathworks.com/help/images/code-generation-for-image-processing.html

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by