• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






任重道远-HSY

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2019年11月27日

PCL平面模型分割
摘要: #include #include #include #include #include #include #include int main(int argc, char** argv) { pcl::PointCloud cloud; //填充点云数据 cloud.width = 15; cloud.height = 1; cloud... 阅读全文
posted @ 2019-11-27 16:03 任重道远-HSY 阅读(486) 评论(0) 推荐(0)
 
PCl 点云 附加依赖项
摘要: debug 版本: release版本: 阅读全文
posted @ 2019-11-27 10:50 任重道远-HSY 阅读(435) 评论(0) 推荐(0)
 
PCL点云可视化
摘要: #include "pclf.h" #include <pcl/ModelCoefficients.h> #include <pcl/filters/voxel_grid.h> #include <pcl/filters/statistical_outlier_removal.h> #include <string> int main() { PLCSF sface; std::string pa 阅读全文
posted @ 2019-11-27 09:01 任重道远-HSY 阅读(347) 评论(0) 推荐(0)