surface simplification

本文介绍了几种点云处理算法,包括基于区域增长的增量聚类、层次聚类、迭代简化及粒子模拟等方法。增量聚类通过不断添加最近的点到种子点直到集群达到最大尺寸;层次聚类采用自上而下的二进制空间分割方法;迭代简化和粒子模拟则是进一步简化和模拟点云数据的有效手段。

 

1,incremental clustering

    #Clustering by growing regions

         ##start with a random seed point
         ##successively add nearest points to cluster until cluster reaches desired maximum size
        
2,hierarchical clustering
    
#top-down approach using binary space partition
 #recursively split the point cloud if:
##size is larger than a user-specified threshold or
##surface variation is above maximum threshold
#split plane defined by centroid and axis of greatest variation
#replace clusters by centroid
1,
2,
3,
4,
5,

3,iterative simplification

4,particle simulation

 

      
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值