How to find the Helper function associated with the Model?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, Am trying to find the helper function that came with 360 Degree Bird eye View example provided : https://in.mathworks.com/help/driving/ug/create-360-birds-eye-view-image.html
As I am trying to follow i cannot find the helper functions that are mentioned in this example. Am i missing something here? Please help me on this.
0 件のコメント
回答 (1 件)
Abderrahim. B
2022 年 7 月 28 日
編集済み: Abderrahim. B
2022 年 7 月 28 日
Hi!
You have to open the example in MATLAB.
openExample('driving/Create360BirdsEyeViewImageAroundAVehicleExample')
Current folder will have helper functions.
Use ls command to list files you have in the current folder.
ls
Hope this helps
参考
カテゴリ
Help Center および File Exchange で Computer Vision Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!