Alternatives to entrinsic functions such as imread and other functions during code generation in MATLAB
3 ビュー (過去 30 日間)
古いコメントを表示
As you may know, entrinsic functions are not outputted during the code generation process. Are there alternatives to these functions/ and or solutions to this problem? My code generation error report is shown below :
I am surprised that I can't output size and rgb2gray either. Since these are essential to my program, I cannot avoid them.
Help will be much appreciated!
0 件のコメント
回答 (1 件)
Image Analyst
2015 年 4 月 21 日
I guess you will need to write them yourself. I'm not sure why they exclude those particular functions though.
2 件のコメント
Image Analyst
2015 年 4 月 21 日
You're right, for arbitrary images of any possible format. However if you know the format and it's simple, then you can probably use fread() to read in a 2D array. You could then convert it to color if needed.
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!