examples in the vision toolbox fail to load .mat files
이전 댓글 표시
Trying to run computer vision toolbox matlab 9.11.0.1769968 (R2021b). Get the following error
>> handData = load('hand3d.mat');
Warning: Variable 'fixed' originally saved as a pointCloud cannot be instantiated
as an object and will be read in as a uint32.
Warning: Variable 'moving' originally saved as a pointCloud cannot be instantiated
as an object and will be read in as a uint32.
답변 (1개)
Steven Lord
2023년 5월 31일
0 개 추천
The pointCloud function is part of Computer Vision Toolbox and was introduced in release R2015a. Do you have this toolbox installed and licensed? You can check this by running the ver command and looking for a line starting with "Computer Vision Toolbox" in the displayed output.
If that line does not exist you will need to install Computer Vision Toolbox to use this function.
댓글 수: 4
Brian Hodges
2023년 5월 31일
이동: Steven Lord
2023년 5월 31일
Brian Hodges
2023년 5월 31일
이동: Steven Lord
2023년 5월 31일
Steven Lord
2023년 5월 31일
It sounds like your path may have been corrupted at some point. Try to restore the default path using restoredefaultpath.
Brian Hodges
2023년 6월 1일
카테고리
도움말 센터 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!