
CAD
越来越胖的GuanRunwei
前WEB开发码农,.NET发烧友,前NLP菜鸡,利物浦大学在读博士
展开
-
使用C++将pcd文件写入csv文件
话不多说,直接上代码 #include <iostream> #include<fstream> #include <pcl/io/pcd_io.h> #include <pcl/point_types.h> #include <windows.h> int main() { pcl::PointCloud<pcl::PointXYZ>::Ptr cloud(new pcl::PointCloud<pcl::PointXY原创 2021-11-20 10:40:57 · 1842 阅读 · 0 评论 -
PCL将三维模型obj转换成点云pcd
PCL版本:1.11 做法 将obj文件拖入PCL目录下的bin文件夹,输入命令行: pcl_mesh2pcd.exe -leaf_size 100 lorry.obj lorry.pcd 其中, pcl_mesh2pcd.exe是三维模型转点云的可执行文件 (PCL 1.8的可执行文件是 pcl_mesh2pcd_release.exe) leaf_size是采样密度,100是下采样100倍,0.1是上采样10倍 lorry.obj 是我的obj文件名 lorry.pcd 是我转出的..原创 2021-11-20 09:22:14 · 2217 阅读 · 1 评论 -
分享两个CAD模型网站
Free CAD Designs, Files & 3D Models | The GrabCAD Community Library原创 2021-11-17 14:16:17 · 1111 阅读 · 0 评论