首页 > 【开源方案共享】三维点云快速分割算法

【开源方案共享】三维点云快速分割算法

​点云PCL免费知识星球,点云论文速读。

标题:Fast 3D point cloudsegmentation using supervoxels with geometry and color for3D scene understanding

作者:Francesco Verdoja1, Diego Thomas2, Akihiro Sugimoto3

来源:ICME

欢迎各位加入免费知识星球,获取PDF论文,欢迎转发朋友圈分享快乐。

本文提出了一种新的三维点云快速分割方法。它从点云的超体素分割开始,即首先对点云进行过分割。然后,它利用一种新的度量方法,同时利用几何和颜色信息来迭代合并超体素,从而实现准确的三维分割,其中保持了分割的层次结构。该算法的计算复杂度与输入的大小成线性关系。对两个公开数据集的实验结果表明,提出的方法优于最新技术。

github:https://github.com/fverdoja/Fast-3D-Pointcloud-Segmentation

依赖的库有:PCL1.8+ Opencv4,并且可以支持ROS,基于传统的分割方法的基础上改进的算法。

主要贡献:

•提出基于传统的分割方法改进的三维点云分割算法,并且在公开的数据集上分割更为准确。

•利用一种新的度量方法,同时利用几何和颜色信息来迭代合并超体素,从而实现准确的三维分割。

论文图集

在这里插入图片描述

分割的基本方法就是根据点云之间的凹凸性以及角度

在这里插入图片描述

分割结果

英文摘要

Segmentation of 3D colored point clouds is a research field with renewed interest thanks to recent availability of inexpensive consumer RGB-D cameras and its importance as an unavoidable low-level step in many robotic applications. However, 3D data’s nature makes the task challenging and, thus, many different techniques are being proposed, all of which require expensive computational costs. This paper presents a novel fast method for 3D colored point cloud segmentation. It starts with supervoxel partitioning of the cloud, i.e., an oversegmentation of the points in the cloud. Then it leverages on a novel metric exploiting both geometry and color to iteratively merge the supervoxels to obtain a 3D segmentation where the hierarchical structure of partitions is maintained. The algorithm also presents computational complexity linear to the size of the input. Experimental results over two publicly available datasets demonstrate that our proposed method outperforms state-of-the-art techniques.

如果你对本文感兴趣,请点击“原文阅读”获取知识星球二维码,务必按照“姓名+学校/公司+研究方向”备注加入免费知识星球,免费下载pdf文档,和更多热爱分享的小伙伴一起交流吧!

以上内容如有错误请留言评论,欢迎指正交流。如有侵权,请联系删除

在这里插入图片描述

扫描二维码

让我们一起分享一起学习吧!期待有想法,乐于分享的小伙伴加入免费星球注入爱分享的新鲜活力。分享的主题包含但不限于三维视觉,点云,高精地图,自动驾驶,以及机器人等相关的领域。

更多相关:

  • 点云PCL免费知识星球,点云论文速读。文章:Curved-Voxel Clustering for Accurate Segmentation of 3D LiDAR Point Clouds with Real-Time Performance作者:Seungcheol Park, Shuyu Wang, Hunjung Lim,...

  • 点云PCL免费知识星球,点云论文速读。文章:SemSegMap - 3D Segment-Based Semantic Localization作者:Andrei Cramariuc, Florian Tschopp, Nikhilesh Alatur, Stefan Benz代码:https://github.com/ethz-a...

  • 点云PCL免费知识星球,点云论文速读。文章:DOT: Dynamic Object Tracking for Visual SLAM作者:Irene Ballester, Alejandro Fontan, Javier Civera翻译:分享者本文仅做学术分享,如有侵权,请联系删除。欢迎各位加入免费知识星球,获取PDF论文,欢迎转...

  • 点云PCL免费知识星球,点云论文速读。 标题:Learning to Optimally Segment Point Clouds 作者:Peiyun Hu, David Held 星球ID:particle 欢迎各位加入免费知识星球,获取PDF论文,欢迎转发朋友圈分享快乐。 ●论文摘要 我们提出了一种将图论搜索与数据驱动...

  • 上篇笔记中梳理了一把 resolver 和 balancer,这里顺着前面的流程走一遍入口的 ClientConn 对象。ClientConn// ClientConn represents a virtual connection to a conceptual endpoint, to // perform RPCs. // //...

  • 我的实验是基于PSPNet模型实现二维图像的语义分割,下面的代码直接从得到的h5文件开始往下做。。。 也不知道是自己的检索能力出现了问题还是咋回事,搜遍全网都没有可以直接拿来用的语义分割代码,东拼西凑,算是搞成功了。 实验平台:Windows、VS2015、Tensorflow1.8 api、Python3.6 具体的流程为:...

  • Path Tracing 懒得翻译了,相信搞图形学的人都能看得懂,2333 Path Tracing is a rendering algorithm similar to ray tracing in which rays are cast from a virtual camera and traced through a s...

  • configure_file( [COPYONLY] [ESCAPE_QUOTES] [@ONLY][NEWLINE_STYLE [UNIX|DOS|WIN32|LF|CRLF] ]) 我遇到的是 configure_file(config/config.in ${CMAKE_SOURCE_DIR}/...

  •     直接复制以下代码创建一个名为settings.xml的文件,放到C:UsersAdministrator.m2下即可