examples in the vision toolbox fail to load .mat files
1 view (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
Steven Lord
on 31 May 2023
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 Comments
See Also
Categories
Find more on Image Processing and Computer Vision in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!