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!