3D Point Clouds-1

1.概述

表示

在这里插入图片描述
注:d11,d12,…可以是法向量,颜色信息

数据来源

激光雷达,RGB-D, CAD models, SFM, 深度图

应用

Robotics, Autonomous driving,Face detection / reconstruction – FaceID Hand pose – Hololens Human pose – Kinect

优点

• 3D information
在这里插入图片描述
• Mathematically simple and concise

缺点

• Sparsity
• Irregular – difficulty in neighbor searching
• Lack of texture information
• Un-ordered – difficulty in deep learning
• Rotation equivariance / invariance

2.PCA

Principle Component Analysis

应用

• Dimensionality reduction
• Surface normal estimation
• Canonical orientation
• Keypoint detection
• Feature description

Spectral Theorem

在这里插入图片描述

Rayleigh Quotients

在这里插入图片描述

利用SVD分析可得到Rayleigh Quotients的结论,以下为证明过程以及SVD的物理意义。U,V代表旋转,特征值代表不同方向的缩放。
在这里插入图片描述
在这里插入图片描述

3.PCA在点云上的应用

寻找点云主方向在这里插入图片描述

Q: What is the most significant principle component?
A: A direction such that the variance of the projected data points on that direction is maximal
Q: How to get the second significant one?
A: Deflation. Remove the most significant component from the data points, i.e., data point minus the projection. Find the most significant component for the deflated data.
Q: How to get the 3 rd one?
A: Repeat the above steps.
在这里插入图片描述

证明

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

算法流程

给一定数量的点云,可以执行如下PCA过程寻找主方向:
在这里插入图片描述

寻找点云法向量

Surface normal:The vector perpendicular to the tangent plane of the surface at a point P
在这里插入图片描述

应用

• Segmentation / Clustering
• Plane detection
• Point cloud feature for applications like Deep Learning

算法流程在这里插入图片描述

注:点云在最小特征值所对应特征向量的的方向上投影长度最小;曲率暂时不知道怎么应用

考虑噪声

在选择neighbors过程中,如果半径过大,法向量会受到不相关点的影响,如果半径过小,法向量受到噪声影响变大。
解决办法:
• Weighted based on other features
在这里插入图片描述
a. Lidar intensity
b. RGB values
• RANSAC
• Deep Learning

以上为学习过程记录,如有错误,请多指教。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值