当前位置:网站首页>三维点云分割
三维点云分割
2022-08-10 05:30:00 【LIAN_U】
点云分割的难点:数据的冗余;点密度的不均匀性;在数据结构表示上,缺乏明确统一的点云数据结构
点云分割算法:
第一步通常是分离背景点,e.g.常见的地面点和非地面点
基础性的分割算法:通过点云的基本属性,法向,粗糙度,边界凹凸度等。这类算法常用于凸包分解,分水岭算法,分层聚类,区域生长和光谱聚类。这些算法广泛的应用于基于区域的分割算法。
在计算机视觉领域,对于2D图像的分割算法中,比较突出的算法是图割算法,包括:正则化图割和最小割
点云分割算法应该具备三个属性:
分割算法应考虑到不同地物块的具体属性;
应推断出相邻分割块的属性关系;
应适用于不同扫描仪获得的点云数据;
基于点云的分割算法分类:
基于边界的分割算法(edge based methods)
基于区域的分割算法(region based methods)
基于属性的分割算法(attributes based methods)
基于模型的分割算法(model based methods)
基于图割的分割算法(graph based methods)
点云学习框架:
学习首先从点云经典分割、分类算法开始,然后进一步拓展到目标探测与变化检测中。在学习的过程中要求:
不仅掌握该分支的发展历程,每个历程中的典型的算法原理,以及算法的代码实现,可用现在的开源算法代码再加上自己的配置改进等。
注意:一定得做到广泛阅读相应的文献,然后自己思考总结,最后动手实践,如果有创新的idea出现,再好不过了!!
来自:https://blog.csdn.net/mixiaoxinmiss/article/details/78196964
其他相关资源:
基于传统方法点云分割以及PCL中分割模块
the differences between segmentation and classification:
segmentation is the process of grouping point clouds into multiple homogeneous regions with similar properties whereas classification is the step that labels these regions. (Grilli, et al., 2017, a review of point cloud segmentation and classification algorithms)
边栏推荐
- pytorch框架学习(7) tensorboard使用
- Consulting cdc 2.0 for mysql does not execute flush with read lock. How to ensure bin
- An article to master the entire JVM, JVM ultra-detailed analysis!!!
- 深度梳理:防止模型过拟合的方法汇总
- kaggle小白必看:小白常见的2个错误解决方案
- WSTP初体验
- OAuth2的使用场景、常见误区、使用案例
- FPGA engineer interview questions collection 11~20
- OpenGauss source code, is it maintained with VSCode in the window system?
- pytorch框架学习(3)torch.nn.functional模块和nn.Module模块
猜你喜欢
pytorch框架学习(5)torchvision模块&训练一个简单的自己的CNN (二)
Linear Algebra (4)
论文精度 —— 2017 ACM《Globally and Locally Consistent Image Completion》
Jenkins 如何玩转接口自动化测试?
Arduino框架下合宙ESP32C3 +1.8“tft 网络时钟
Qiskit官方文档选译之量子傅里叶变换(Quantum Fourier Transform, QFT)
一篇文章带你搞懂什么是幂等性问题?如何解决幂等性问题?
速刷正则表达式一周目(上)
虚拟土地价格暴跌85% 房地产泡沫破裂?依托炒作的暴富游戏需谨慎参与
ThreadPoolExecutor thread pool principle
随机推荐
Guys, the test in the idea uses FlinkCDC SQL to read Mysql data and write it into Kafka. The code creates
网安超基础一周目
conda创建虚拟环境方法和pqi使用国内镜像源安装第三方库的方法教程
How cursors work in Pulsar
OneFlow源码解析:算子指令在虚拟机中的执行
OAuth2的使用场景、常见误区、使用案例
Pony语言学习(一):环境配置(续)
在yolov5的网络结构中添加注意力机制模块
25张炫酷交互图表,一文入门Plotly
Practical skills 19: Several postures of List to Map List
暑期学前作业
FPGA engineer interview questions collection 11~20
Tkinter 入门之旅
How does Jenkins play with interface automation testing?
Rpc interface stress test
FPGA工程师面试试题集锦11~20
深度梳理:防止模型过拟合的方法汇总
基于Qiskit——《量子计算编程实战》读书笔记(六)
How to get the last day of a month
【Static proxy】