Can we find the original code for MATLAB's inbuild apps?

19 ビュー (過去 30 日間)
Tan
Tan 2021 年 6 月 30 日
コメント済み: Tan 2021 年 7 月 1 日
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!

採用された回答

Walter Roberson
Walter Roberson 2021 年 6 月 30 日
Look in
fullfile(matlabroot, 'toolbox', 'vision', 'vision')
fullfile(matlabroot, 'toolbox', 'vision', 'vision', '+vision', '+internal', '+detector')
  4 件のコメント
Walter Roberson
Walter Roberson 2021 年 7 月 1 日
Or at the command line
edit registrationEstimator
Tan
Tan 2021 年 7 月 1 日
Dear Walter, sorry to trouble you but could you take a look at my other question? I would love to hear your advice on this please! Thank you. https://www.mathworks.com/matlabcentral/answers/866915-superimpose-two-images-on-top-of-each-other

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

その他の回答 (1 件)

Durganshu
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!
  1 件のコメント
Tan
Tan 2021 年 6 月 30 日
I see. Thank you for your response!

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

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by