摘要: QuadTree.h #pragma once #include <iostream> #include <string> #include <stdlib.h> #include <ctime> #include <vector> #include <algorithm> using namesp 阅读全文
posted @ 2023-12-06 19:42 点小二 阅读(13) 评论(0) 推荐(0) 编辑
摘要: bilateralFunc.h //双边滤波算法 float sigma_s_ = 0.5; float sigma_r_ = 0.5; pcl::PointCloud<pcl::PointXYZ>::Ptr plcCloud1; PointCloud<pcl::Normal>::Ptr cloud 阅读全文
posted @ 2023-12-06 19:41 点小二 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 1.选中点云数据节点 2.先生成dem数据->contour plot->genarate->export 3.结果 阅读全文
posted @ 2023-12-06 17:53 点小二 阅读(99) 评论(0) 推荐(0) 编辑