摘要: 1 #define _SCL_SECURE_NO_WARNINGS 2 #define _CRT_SECURE_NO_WARNINGS 3 4 #include <iostream> 5 //#include <atlsafe.h> 6 //#include <windows.h> 7 //#inc 阅读全文
posted @ 2018-07-19 18:26 玥茹苟 阅读(2474) 评论(4) 推荐(0)
摘要: 1、当vs2010编译qt时会出现以下错误: 1> 已启动全部重新生成: 项目: MyDialog, 配置: Debug Win32 1>生成启动时间为 2015/9/9 14:57:04。 1>InitializeBuildStatus: 1> 正在创建“Debug\MyDialog.unsucc 阅读全文
posted @ 2018-07-19 18:18 玥茹苟 阅读(12582) 评论(0) 推荐(0)
摘要: 1 #include <iostream> 2 #include <cmath> 3 #include <pcl/point_cloud.h> 4 #include <pcl/io/pcd_io.h> 5 #include <pcl/point_types.h> 6 #include <pcl/Mo 阅读全文
posted @ 2018-07-19 18:08 玥茹苟 阅读(1722) 评论(0) 推荐(0)
摘要: 1 #include <iostream> 2 #include <pcl/io/pcd_io.h> 3 #include <pcl/point_types.h> 4 #include <pcl/ModelCoefficients.h> 5 #include <pcl/filters/project 阅读全文
posted @ 2018-07-19 18:04 玥茹苟 阅读(2140) 评论(0) 推荐(0)