フィルターのクリア

Having problem in compiling

1 回表示 (過去 30 日間)
faran
faran 2018 年 7 月 6 日
コメント済み: Walter Roberson 2021 年 12 月 15 日
Hello,
I am trying to do the compiling on some graphical user interface program and OCR from the computer vision toolbox. It will finish the compiling and create the project but with error. I receive this error for it.
Compiler version: 6.6 (R2018a) Dependency analysis by REQUIREMENTS.
[Warning: Excluded "C:/Program Files/MATLAB/R2018a/toolbox/vision/vision/+vision/+internal/+buildable/OCRBuildable.m"; reason: The file or function has been excluded from packaging for the "MCR" target environment according to the "Compiler" license. Either remove the file or function from your code, or use the MATLAB function "isdeployed" to ensure the function is not invoked in the deployed component.]
Is there something I should do for my compiling licence? Is there such thing for adding OCR to the compiler licence?
  3 件のコメント
Muhammad Azlan Shah Bin Suhaimi
Muhammad Azlan Shah Bin Suhaimi 2021 年 9 月 9 日
Im also having the same problem :(
Walter Roberson
Walter Roberson 2021 年 12 月 15 日
There is no resolution. You have to train the ocr in interactive MATLAB. You can then save the results of training. Then in a second program load the saved results and use them to recognize text. The second program can be compiled.

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

採用された回答

Walter Roberson
Walter Roberson 2020 年 4 月 14 日
Computer Vision, Not Supported:
Prebuilt Apps, UIs, and functions, and blocks that don’t support code generation
For example you would get that error if you tried to compile in the OcrTrainer app

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Compiler SDK についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by