素材:https://github.com/kangjie2333/PCL_CloudSources.git
clc
clear
close all
%读入stl数据
ptCloud = stlread('rabbit.stl');
%显示stl模型
trimesh(ptCloud)
素材:https://github.com/kangjie2333/PCL_CloudSources.git
clc
clear
close all
%读入stl数据
ptCloud = stlread('rabbit.stl');
%显示stl模型
trimesh(ptCloud)