Can we find the original code for MATLAB's inbuild apps?
9 次查看(过去 30 天)
显示 更早的评论
Hi all, I wish to see the code that has been written for the in-build app: Registration Estimator.
Can anybody help me with this? Thank you!
0 个评论
采纳的回答
Walter Roberson
2021-6-30
Look in
fullfile(matlabroot, 'toolbox', 'vision', 'vision')
fullfile(matlabroot, 'toolbox', 'vision', 'vision', '+vision', '+internal', '+detector')
4 个评论
更多回答(1 个)
Durganshu
2021-6-30
编辑:Durganshu
2021-6-30
As far as I know, MATLAB only provides extensive documentation of the in-built functions, libraries and apps. All the source codes are confidential and proprietary information of MathWorks, Inc. So, they don't provide any. Though you can get to know what algorithms have been used for any particular function or app in the documentation itself.
If you really are looking for such apps, you should try GNU Octave, that is open-source. Though it is highly unlikely that you'll find most of the MATLAB-like apps running on Octave, you can still find it useful as per your use.
Hope this helps!
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing and Computer Vision 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!