How to find the Helper function associated with the Model?
2 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Abderrahim. B
on 28 Jul 2022
Edited: Abderrahim. B
on 28 Jul 2022
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
See Also
Categories
Find more on Computer Vision Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!