CloudCompare 二次开发(27)——RANSAC分割提取多个圆柱

目录

  • 一、概述
  • 二、代码集成
  • 三、结果展示

一、概述

  使用CloudCompare与PCL编程实现的RANSAC分割提取多个圆柱。具体计算原理见:PCL RANSAC分割提取多个圆柱。

二、代码集成

1、mainwindow.h文件public中添加:

void doActionPCLRansacFitMultiCylinder();// 分割多个圆柱

2、mainwindow.cpp文件void MainWindow::connectActions()函数中添加:

conne

你可能感兴趣的:(CloudCompare,二次开发,c++,开发语言,算法,3d,计算机视觉)