1 Star 0 Fork 0

btsd321/point_cloud_segmentation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CloudOperation.h 412 Bytes
一键复制 编辑 原始数据 按行查看 历史
btsd321 提交于 2024-08-14 16:27 . 20240814_V02
#ifndef _CLOUDOPERATION_H_
#define _CLOUDOPERATION_H_
#include <pcl/point_types.h>
#include <pcl/point_cloud.h>
#include <pcl/io/pcd_io.h>
#include <pcl/ModelCoefficients.h>
using namespace pcl;
class CloudOperation {
public:
CloudOperation() {};
~CloudOperation() {};
void CloudOperation::CreateCircle3DCloud(const ModelCoefficients& coefficients, PointCloud<PointXYZ>& OutputCloud);
};
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/btsd321/point_cloud_segmentation.git
git@gitee.com:btsd321/point_cloud_segmentation.git
btsd321
point_cloud_segmentation
point_cloud_segmentation
master

搜索帮助