Need File handshakeStereoParams.mat
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi friends i need this file "handshakeStereoParams.mat" for learning purpose if any one have it kindly mail me on au_khan@hotmail.com.. Thanks in advance
댓글 수: 0
답변 (1개)
Walter Roberson
2016년 12월 23일
That file is present in the Computer Vision Toolbox from R2014b and later. R2014a was the first release that had any stereo processing at all. If you have a release before R2014a then you definitely do not have the supporting functions from the Computer Vision Toolbox.
You will need to upgrade your MATLAB to get the file. Users are prohibited by the license terms from distributing Mathworks example files.
댓글 수: 2
Walter Roberson
2016년 12월 23일
The file should be at
fullfile(toolboxdir('vision'), 'visiondata', 'handshakeStereoParams.mat')
For example on my system,
/Applications/MATLAB_R2016a.app/toolbox/vision/visiondata/handshakeStereoParams.mat
참고 항목
카테고리
Help Center 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!