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

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!

 Accepted Answer

Look in
fullfile(matlabroot, 'toolbox', 'vision', 'vision')
fullfile(matlabroot, 'toolbox', 'vision', 'vision', '+vision', '+internal', '+detector')

4 Comments

Fantastic, thank you so much.
For anybody with the same problem, another way to look for the source code would be to type what you are looking for (e.g registrationEstimator) into the editor, highlight it, right click and press open.
Or at the command line
edit registrationEstimator
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

Sign in to comment.

More Answers (1)

Durganshu
Durganshu on 30 Jun 2021
Edited: Durganshu on 30 Jun 2021
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!

Categories

Find more on Read, Write, and Modify Image in Help Center and File Exchange

Products

Release

R2019b

Asked:

Tan
on 30 Jun 2021

Commented:

Tan
on 1 Jul 2021

Community Treasure Hunt

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

Start Hunting!