期刊文献+
共找到270篇文章
< 1 2 14 >
每页显示 20 50 100
A Correntropy-based Affine Iterative Closest Point Algorithm for Robust Point Set Registration 被引量:5
1
作者 Hongchen Chen Xie Zhang +2 位作者 Shaoyi Du Zongze Wu Nanning Zheng 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2019年第4期981-991,共11页
The iterative closest point(ICP)algorithm has the advantages of high accuracy and fast speed for point set registration,but it performs poorly when the point set has a large number of noisy outliers.To solve this prob... The iterative closest point(ICP)algorithm has the advantages of high accuracy and fast speed for point set registration,but it performs poorly when the point set has a large number of noisy outliers.To solve this problem,we propose a new affine registration algorithm based on correntropy which works well in the affine registration of point sets with outliers.Firstly,we substitute the traditional measure of least squares with a maximum correntropy criterion to build a new registration model,which can avoid the influence of outliers.To maximize the objective function,we then propose a robust affine ICP algorithm.At each iteration of this new algorithm,we set up the index mapping of two point sets according to the known transformation,and then compute the closed-form solution of the new transformation according to the known index mapping.Similar to the traditional ICP algorithm,our algorithm converges to a local maximum monotonously for any given initial value.Finally,the robustness and high efficiency of affine ICP algorithm based on correntropy are demonstrated by 2D and 3D point set registration experiments. 展开更多
关键词 affine iterative closest point(ICP)algorithm correntropy-based ROBUST point set registration
下载PDF
Improvement of iterative closest point with edges of projected image
2
作者 Chen WANG 《Virtual Reality & Intelligent Hardware》 2023年第3期279-291,共13页
Background There are many regularly shaped objects in artificial environments.It is difficult to distinguish the poses of these objects when only geometric information is used.With the development of sensor technologi... Background There are many regularly shaped objects in artificial environments.It is difficult to distinguish the poses of these objects when only geometric information is used.With the development of sensor technologies,inclusion of other information can be used to solve this problem.Methods We propose an algorithm to register point clouds by integrating color information.The key idea of the algorithm is to jointly optimize the dense and edge terms.The dense term was built in a manner similar to that of the iterative closest point algorithm.To build the edge term,we extracted the edges of the images obtained by projecting point clouds.The edge term prevents the point clouds from sliding during registration.We used this loosely coupled method to fuse geometric and color information.Results The results of the experiments showed that the edge image approach improves precision,and the algorithm is robust. 展开更多
关键词 point cloud registration iterative closest point
下载PDF
Natural forest ALS-TLS point cloud data registration without control points
3
作者 Jianpeng Zhang Jinliang Wang +3 位作者 Feng Cheng Weifeng Ma Qianwei Liu Guangjie Liu 《Journal of Forestry Research》 SCIE CAS CSCD 2023年第3期809-820,共12页
Airborne laser scanning(ALS)and terrestrial laser scanning(TLS)has attracted attention due to their forest parameter investigation and research applications.ALS is limited to obtaining fi ne structure information belo... Airborne laser scanning(ALS)and terrestrial laser scanning(TLS)has attracted attention due to their forest parameter investigation and research applications.ALS is limited to obtaining fi ne structure information below the forest canopy due to the occlusion of trees in natural forests.In contrast,TLS is unable to gather fi ne structure information about the upper canopy.To address the problem of incomplete acquisition of natural forest point cloud data by ALS and TLS on a single platform,this study proposes data registration without control points.The ALS and TLS original data were cropped according to sample plot size,and the ALS point cloud data was converted into relative coordinates with the center of the cropped data as the origin.The same feature point pairs of the ALS and TLS point cloud data were then selected to register the point cloud data.The initial registered point cloud data was fi nely and optimally registered via the iterative closest point(ICP)algorithm.The results show that the proposed method achieved highprecision registration of ALS and TLS point cloud data from two natural forest plots of Pinus yunnanensis Franch.and Picea asperata Mast.which included diff erent species and environments.An average registration accuracy of 0.06 m and 0.09 m were obtained for P.yunnanensis and P.asperata,respectively. 展开更多
关键词 Airborne laser scanning(ALS) Terrestrial laser scanning(TLS) registration Natural forest iterative closest point(ICP)algorithm
下载PDF
Multi-View Point Clouds Registration without Feature Extraction for Use in Reverse Engineering of CAD Models
4
作者 Huang Xiaoping,Xiong Youlun School of Mechanical Science and Engineering Huazhong University of Science and Technology, Wuhan 430074, China Reverse Engineering 《Computer Aided Drafting,Design and Manufacturing》 2001年第2期46-52,共7页
For reverse engineering a CAD model, it is necessary to integrate measured points from several views of an object into a common reference frame. Given a rough initial alignment of point cloud in different views with p... For reverse engineering a CAD model, it is necessary to integrate measured points from several views of an object into a common reference frame. Given a rough initial alignment of point cloud in different views with point-normal method, further refinement is achieved by using an improved iterative closest point (ICP) algorithm. Compared with other methods used for mult-view registration, this approach is automatic because no geometric feature, such as line, plane or sphere needs to be extracted from the original point cloud manually. A good initial alignment can be acquired automatically and the registration accuracy and efficiency is proven better than the normal point-point ICP algorithm both experimentally and theoretically. 展开更多
关键词 reverse engineering iterative closest point algorithm registration.
全文增补中
基于SIFT特征点提取的ICP配准算法
5
作者 钱博 宋玺钰 《沈阳理工大学学报》 CAS 2024年第3期48-54,共7页
为解决传统迭代最近点(ICP)算法对点云配准的起始点对选择不佳而导致配准时间长、效率低的问题,提出一种基于尺度不变特征变换(SIFT)特征点提取的ICP点云配准算法(ST-ICP)。首先使用SIFT算法进行原始点云与目标点云的SIFT特征点提取,根... 为解决传统迭代最近点(ICP)算法对点云配准的起始点对选择不佳而导致配准时间长、效率低的问题,提出一种基于尺度不变特征变换(SIFT)特征点提取的ICP点云配准算法(ST-ICP)。首先使用SIFT算法进行原始点云与目标点云的SIFT特征点提取,根据提取特征点完成快速点特征直方图(FPFH)特征运算,通过采样一致性初始配准算法(SAC-IA)搜索对应点对、求解变换矩阵,再进一步运用ICP算法进行点云精细配准。实验结果表明:与ICP算法相比较,ST-ICP算法的配准误差在迭代次数为5次时减小了1.019 cm,迭代次数为10次时减小了0.443 cm;在配准误差达到10^(-2) cm级别时,ST-ICP算法所用时间比传统ICP算法减少了12.829 s。ST-ICP算法优化了对应点对的选择,提升了配准精度和配准效率。 展开更多
关键词 点云配准 迭代最近点算法 尺度不变特征变换 特征点 快速点特征直方图
下载PDF
三维点云拼接的型钢轮廓测量实验平台设计
6
作者 邓能辉 石杰 +2 位作者 吴昆鹏 李小占 杨朝霖 《实验室研究与探索》 CAS 北大核心 2024年第2期33-38,共6页
针对传统型钢轮廓尺寸的连续人工监测困难、测量精度低和效率低等问题,设计了基于三维点云拼接的轮廓尺寸测量实验平台。采用6组激光光源和电荷耦合元件(CCD)相机搭建了用于三维点云数据采集的硬件平台,并提出了基于最近点迭代(ICP)的... 针对传统型钢轮廓尺寸的连续人工监测困难、测量精度低和效率低等问题,设计了基于三维点云拼接的轮廓尺寸测量实验平台。采用6组激光光源和电荷耦合元件(CCD)相机搭建了用于三维点云数据采集的硬件平台,并提出了基于最近点迭代(ICP)的多帧三维点云拼接算法以及轮廓尺寸测量方法,从而模拟型钢生产中移动工况下的轮廓尺寸测量。结果表明,该实验平台能够实时监测型钢轮廓尺寸,并且测量精度可达到0.01 mm。该实验平台能够针对型钢生产现场轮廓尺寸测量过程的难点问题进行相关理论的实验论证,完善了测量技术和方法。 展开更多
关键词 型钢 三维轮廓 最近点迭代 点云拼接 尺寸测量
下载PDF
基于TEASER算法的空间非合作目标位姿估计
7
作者 王世昌 华宝成 +1 位作者 周依尔 李小路 《空间控制技术与应用》 CSCD 北大核心 2024年第1期25-34,共10页
基于点云的空间非合作目标位姿估计,常受到噪声影响.提出截断最小二乘估计与半定松弛(truncated least squares estimation and semidefinite relaxation,TEASER)与迭代最近点(iterative closest point,ICP)的结合算法,提升空间非合作... 基于点云的空间非合作目标位姿估计,常受到噪声影响.提出截断最小二乘估计与半定松弛(truncated least squares estimation and semidefinite relaxation,TEASER)与迭代最近点(iterative closest point,ICP)的结合算法,提升空间非合作目标位姿估计精度与鲁棒性.该方法包括粗配准与精配准两个环节:在粗配准环节中,基于局部点云与模型点云的方向直方图特征(signature of histogram of orientation,SHOT)确定匹配对,利用TEASER算法求解初始位姿;在精配准环节中,可结合ICP算法优化位姿估计结果.北斗卫星仿真实验表明:在连续帧位姿估计中,噪声标准差为3倍点云分辨率时,基于TEASER的周期关键帧配准方法的平移误差小于3.33 cm,旋转误差小于2.18°;与传统ICP方法相比,平均平移误差与平均旋转误差均有所降低.这表明所提出的空间非合作目标位姿估计方法具有良好的精度和鲁棒性. 展开更多
关键词 空间非合作目标 位姿估计 点云配准 截断最小二乘估计与半定松弛算法 迭代最近点算法
下载PDF
基于超体素与几何特征融合的点云配准优化
8
作者 刘耀文 毕远伟 +1 位作者 张鲁建 黄延森 《激光与红外》 CAS CSCD 北大核心 2024年第6期864-869,共6页
针对点云配准过程中点云数据冗余、易出现误匹配点对和配准精度低的问题,提出了一种融合超体素及几何特征的点云配准方法。首先使用超体素与法向量信息相结合的方法提取特征点;其次,在粗配准中,通过使用快速特征点直方图(Fast Point Fea... 针对点云配准过程中点云数据冗余、易出现误匹配点对和配准精度低的问题,提出了一种融合超体素及几何特征的点云配准方法。首先使用超体素与法向量信息相结合的方法提取特征点;其次,在粗配准中,通过使用快速特征点直方图(Fast Point Feature Histograms,FPFH)进行特征描述,采用双向最近邻比获取初始特征点对应关系,基于法向量夹角策略和随机采样一致性(Random Sample Consensus,RANSAC)算法进行对应关系的优化,获取良好的初始位姿;最后,在精配准中,基于初始位姿与改进的迭代最近点算法(Iterative Closest Point,ICP)算法完成点云配准。通过在斯坦福数据集中进行配准实验,验证了所提算法具有更好的鲁棒性,能高效且精准的完成点云配准。 展开更多
关键词 超体素 迭代最近点算法 特征匹配 点云配准
下载PDF
Multi-view ladar data registration in obscure environment
9
作者 Mingbo Zhao Jun He +1 位作者 Wei Qiu Qiang Fu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2013年第4期606-616,共11页
Multi-view laser radar (ladar) data registration in obscure environments is an important research field of obscured target detection from air to ground. There are few overlap regions of the observational data in dif... Multi-view laser radar (ladar) data registration in obscure environments is an important research field of obscured target detection from air to ground. There are few overlap regions of the observational data in different views because of the occluder, so the multi-view data registration is rather difficult. Through indepth analyses of the typical methods and problems, it is obtained that the sequence registration is more appropriate, but needs to improve the registration accuracy. On this basis, a multi-view data registration algorithm based on aggregating the adjacent frames, which are already registered, is proposed. It increases the overlap region between the pending registration frames by aggregation and further improves the registration accuracy. The experiment results show that the proposed algorithm can effectively register the multi-view ladar data in the obscure environment, and it also has a greater robustness and a higher registration accuracy compared with the sequence registration under the condition of equivalent operating efficiency. 展开更多
关键词 laser radar (ladar) multi-view data registration iterative closest point obscured target point cloud data.
下载PDF
3D face registration based on principal axis analysis and labeled regions orientation
10
作者 Guo Zhe Zhang Yanning Lin Zenggang Liu Yantong 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2009年第6期1324-1331,共8页
A novel multi-view 3D face registration method based on principal axis analysis and labeled regions orientation called local orientation registration is proposed.The pre-registration is achieved by transforming the mu... A novel multi-view 3D face registration method based on principal axis analysis and labeled regions orientation called local orientation registration is proposed.The pre-registration is achieved by transforming the multi-pose models to the standard frontal model's reference frame using the principal axis analysis algorithm.Some significant feature regions, such as inner and outer canthus, nose tip vertices, are then located by using geometrical distribution characteristics.These regions are subsequently employed to compute the conversion parameters using the improved iterative closest point algorithm, and the optimal parameters are applied to complete the final registration.Experimental results implemented on the proper database demonstrate that the proposed method significantly outperforms others by achieving 1.249 and 1.910 mean root-mean-square measure with slight and large view variation models, respectively. 展开更多
关键词 local orientation registration principal axis analysis label regions orientation iterative closest point.
下载PDF
Surface registration algorithm for rapid detection of surface thermal deformation of paraboloid antennas
11
作者 马开锋 Huang Guiping +1 位作者 Hu Qingfeng He Peipei 《High Technology Letters》 EI CAS 2018年第3期266-271,共6页
In order to obtain and master the surface thermal deformation of paraboloid antennas,a fast iterative closest point( FICP) algorithm based on design coordinate guidance is proposed,which can satisfy the demands of rap... In order to obtain and master the surface thermal deformation of paraboloid antennas,a fast iterative closest point( FICP) algorithm based on design coordinate guidance is proposed,which can satisfy the demands of rapid detection for surface thermal deformation. Firstly,the basic principle of the ICP algorithm for registration of a free surface is given,and the shortcomings of the ICP algorithm in the registration of surface are analysed,such as its complex computation,long calculation time,low efficiency,and relatively strict initial registration position. Then an improved FICP algorithm based on design coordinate guidance is proposed. Finally,the FICP algorithm is applied to the fast registration test for the surface thermal deformation of a paraboloid antenna. Results indicate that the approach offers better performance with regard to fast surface registration and the algorithm is more simple,efficient,and easily realized in practical engineering application. 展开更多
关键词 抛物面天线 表面 算法 计算时间 ICP 低效率 坐标 设计
下载PDF
基于特征点匹配的点云配准方法研究 被引量:1
12
作者 欧鑫 高飞 +2 位作者 崔浩 叶周润 汤毅 《合肥工业大学学报(自然科学版)》 CAS 北大核心 2023年第6期808-812,821,共6页
针对快速点特征直方图(fast point feature histogram,FPFH)与迭代最近点(iterative closest point,ICP)算法结合的配准方法达不到精度要求的问题,文章在FPFH的基础上加入特征点的提取与匹配,使得配准精度进一步提升。该方法先通过尺度... 针对快速点特征直方图(fast point feature histogram,FPFH)与迭代最近点(iterative closest point,ICP)算法结合的配准方法达不到精度要求的问题,文章在FPFH的基础上加入特征点的提取与匹配,使得配准精度进一步提升。该方法先通过尺度不变特征变换(scale-invariant feature transform,SIFT)算法和3DHarris算法对点云数据的特征点进行提取,再通过计算FPFH寻找对应点对,使用随机采样一致性(random sample consensus,RANSAC)算法剔除错误点对,通过奇异值分解(singular value decomposition,SVD)算法计算初始旋转矩阵和平移矩阵,最后用传统ICP精配准。结果表明,基于特征点匹配的算法相比基于特征描述的算法精度更高。 展开更多
关键词 特征点提取 特征点匹配 奇异值分解(SVD)算法 迭代最近点(ICP) 点云配准
下载PDF
基于佳点集人工鱼群的点云配准算法 被引量:1
13
作者 李书群 陈钰 +3 位作者 杨雨婷 余敏 朱勇超 屈小川 《合肥工业大学学报(自然科学版)》 CAS 北大核心 2023年第9期1203-1209,共7页
针对点云配准迭代最近点(iterative closest point,ICP)算法对点云的初始位置姿态有较高的要求且易陷入局部最优的问题,文章提出一种基于佳点集人工鱼群的点云配准算法。首先采用佳点集方法对人工鱼群初始化,解决人工鱼群因初始种群分... 针对点云配准迭代最近点(iterative closest point,ICP)算法对点云的初始位置姿态有较高的要求且易陷入局部最优的问题,文章提出一种基于佳点集人工鱼群的点云配准算法。首先采用佳点集方法对人工鱼群初始化,解决人工鱼群因初始种群分布不均而陷入局部最优的问题,并通过下采样与三维尺度不变特征变换(3D scale invariant feature transform,3D SIFT)特征点提取简化点云;然后采用快速点特征直方图(fast point feature histogram,FPFH)特征描述解求点云间的对应点对并剔除错误对应点对,通过佳点集人工鱼群算法寻优刚性变换的6个参数完成粗配准;最后使用ICP算法完成精配准。实验选取斯坦福大学提供的Bunny、Dragon和Happy Buddha 3组测试数据集进行配准;结果表明,该文算法收敛速度快,能为ICP算法提供良好的初始位姿避免其陷入局部最优。 展开更多
关键词 点云配准 人工鱼群算法 佳点集 迭代最近点(ICP)算法
下载PDF
FR-ICP算法在倾斜摄影测量点云配准中的应用 被引量:3
14
作者 任镤 孙晓敏 +2 位作者 李源 徐崇斌 王树辉 《航天返回与遥感》 CSCD 北大核心 2023年第1期13-22,共10页
倾斜摄影测量技术在大场景三维重建应用中,需要通过多片点云数据的刚性配准来实现数据融合。传统迭代最近点(Iterative Closest Point,ICP)算法在实际应用中存在收敛速度慢、易受异常值影响、精度低等具体问题。文章将一种快速且鲁棒的... 倾斜摄影测量技术在大场景三维重建应用中,需要通过多片点云数据的刚性配准来实现数据融合。传统迭代最近点(Iterative Closest Point,ICP)算法在实际应用中存在收敛速度慢、易受异常值影响、精度低等具体问题。文章将一种快速且鲁棒的ICP算法(FR-ICP)引入航空倾斜摄影测量应用领域,通过引入Welsch函数描述配准误差,提高缺失点云数据的配准精度;通过李代数形式表示变换矩阵,将优化求解过程转换为固定点迭代加速,大大提高了算法的收敛速度。在小雁塔真实测绘三维点云数据集上验证了算法有效性,实验结果表明FR-ICP算法可解决航空倾斜摄影在古建筑数字化保护应用中多源、大尺度海量点云数据融合处理问题,提高基于倾斜摄影测量重建三维点云的数据精度。 展开更多
关键词 迭代最近点 倾斜摄影测量 三维点云 点云配准 遥感应用
下载PDF
基于Frobenius范数奇异值分解的快速ICP算法 被引量:1
15
作者 许可 顾尚泰 +3 位作者 元志安 万建伟 马燕新 王玲 《太赫兹科学与电子信息学报》 2023年第10期1263-1270,共8页
迭代最近点法(ICP)及其变体是三维点云刚性配准的典型方法,但此类通过迭代计算逐点距离矩阵实现点云配准的方式,严重制约了点云的配准效率。本文提出一种快速ICP算法,利用Frobenius范数表示待配准的两幅点云之间的误差函数,获得误差值... 迭代最近点法(ICP)及其变体是三维点云刚性配准的典型方法,但此类通过迭代计算逐点距离矩阵实现点云配准的方式,严重制约了点云的配准效率。本文提出一种快速ICP算法,利用Frobenius范数表示待配准的两幅点云之间的误差函数,获得误差值最小点位置,并对此位置进行奇异值分解,从而得到旋转矩阵和平移向量,极大压缩了迭代次数和配准时间。在Standford数据集和3DMatch数据集上进行试验,与传统ICP算法及其变体、3种基于学习的点云配准算法进行对比,本文方法配准效率最优;在达到相近的配准精确度时,提出的快速ICP方法的迭代次数仅为传统ICP算法的0.2倍,在Standford数据集上配准所需时间为传统ICP算法的1/4,在3D Match数据集上配准所需时间为传统ICP算法的1/8倍。本文提出的快速ICP算法在数据量大的点云场景下,具有更高的效率。 展开更多
关键词 三维计算机视觉 点云数据处理 点云配准 快速迭代最近点法 FROBENIUS范数 奇异值分解
下载PDF
基于双向ICP跨源点云配准的鞋底涂胶轨迹生成 被引量:1
16
作者 岑佳楠 贺磊盈 《轻工机械》 CAS 2023年第5期44-51,59,共9页
针对自动化鞋底涂胶系统中存在的鞋型适用性不高的难题,课题组提出了一种基于修正PCA(principal components analysis)和双向ICP(iterative closest point)的跨源点云配准算法。对比3种采样方法对最终配准精度的影响,选择了最远点降采... 针对自动化鞋底涂胶系统中存在的鞋型适用性不高的难题,课题组提出了一种基于修正PCA(principal components analysis)和双向ICP(iterative closest point)的跨源点云配准算法。对比3种采样方法对最终配准精度的影响,选择了最远点降采样作为配准前对点云的预处理;提出了修正PCA对鞋底点云进行粗配准,为精确配准提供了较好的初始变换矩阵;利用对跨源点云配准鲁棒性较好的双向ICP进行精确配准;根据精确配准结果将标准涂胶轨迹迁移到实时鞋底涂胶系统上,从而得到实时涂胶轨迹。结果表明:修正PCA+双向ICP在快速精确配准跨源鞋底点云上具有优越性,其中双向ICP迭代20轮后误差减小到1.31 mm,相比传统ICP算法误差减小了1.13 mm;修正PCA+双向ICP算法在处理不同鞋型时具有较好的适用性和精度,配准时间也满足系统要求。该算法可提高传统鞋底涂胶系统对各类鞋型的适用性,具有一定的工程实用价值。 展开更多
关键词 鞋底涂胶系统 跨源点云配准 修正PCA 双向ICP
下载PDF
基于GPU的并行ICP点云配准算法研究
17
作者 王嘉琛 叶周润 +3 位作者 欧鑫 袁斌 吴言安 张树峰 《合肥工业大学学报(自然科学版)》 CAS 北大核心 2023年第11期1501-1505,共5页
针对传统串行精配准算法在海量点云数据配准时计算效率低的问题,文章利用图形处理器(graphics processing unit,GPU)的多线程计算能力将传统算法并行化,基于GPU实现并行化的统一计算设备架构迭代最近点(compute unified device architec... 针对传统串行精配准算法在海量点云数据配准时计算效率低的问题,文章利用图形处理器(graphics processing unit,GPU)的多线程计算能力将传统算法并行化,基于GPU实现并行化的统一计算设备架构迭代最近点(compute unified device architecture iterative closest point,CUDAICP)算法。首先采用粗配准方法对源点云进行旋转平移,得到源点云的初始位置,再将其与目标点云输入CUDAICP算法进行精配准;对房间点云、带有楼梯的房间点云2种场景点云数据进行配准实验。结果表明:在粗配准中,采样一致性初始配准(sample consensus initial alignment,SAC-IA)算法在不同场景下具有较好的效果;在精配准中,CUDAICP算法与传统迭代最近点(iterative closest point,ICP)算法相比,在保证精度的同时,速度提升最高可达8.2倍。 展开更多
关键词 粗配准 统一计算设备架构(CUDA) 迭代最近点(ICP)算法 精配准 点云配准
下载PDF
基于改进FPFH-ICP的车载激光雷达点云配准方法
18
作者 蒋风洋 刘永刚 +1 位作者 陈智航 陈峥 《重庆大学学报》 CAS CSCD 北大核心 2023年第5期1-10,共10页
为了改善传统车载激光雷达点云配准方法准确度低、计算速度慢的问题,提出了一种基于快速点特征直方图(fast point feature histograms,FPFH)初始匹配与改进迭代最近点(iterative closestpoint,ICP)精确配准相结合的改进FPFH-ICP配准算... 为了改善传统车载激光雷达点云配准方法准确度低、计算速度慢的问题,提出了一种基于快速点特征直方图(fast point feature histograms,FPFH)初始匹配与改进迭代最近点(iterative closestpoint,ICP)精确配准相结合的改进FPFH-ICP配准算法。配准前使用体素滤波器和statistical-outlier-removal滤波器进行预处理;采用FPFH提取点云特征,基于采样一致性(sample consensus initial alignment,SAC-IA)进行初始配准,为精确配准提供良好的位姿信息;建立K-D树并在传统ICP配准算法的基础上添加法向量阈值,对车载激光雷达点云数据进行精确配准;在4种不同场景的实验中,改进FPFH-ICP配准比ICP配准的均方根误差和配准用时分别平均减少了7.56%和41.22%,比点特征直方图(point feature histograms,PFH)配准的均方根误差和配准用时分别平均减少了30.28%和18.95%,表明改进的FPFH-ICP能够对车载激光雷达点云数据实现精确且高效的配准。 展开更多
关键词 车载激光雷达 点云配准 快速点特征直方图 法向量阈值 迭代最近点
下载PDF
移动目标集群多感知融合定位系统的坐标标定 被引量:2
19
作者 胡子寒 武星 +3 位作者 李兴达 汤凯 李杨志 陈俊哲 《工业控制计算机》 2023年第6期91-93,共3页
针对多感知融合定位系统,首先设计一种集成UWB基站和激光反射柱的复合标定器,通过测定主、从基站间的相对距离建立UWB定位坐标系;其次针对激光雷达定位系统,提出一种雷达定位坐标系粗-精标定方法,包括主/从雷达初始位姿偏移测定以及激... 针对多感知融合定位系统,首先设计一种集成UWB基站和激光反射柱的复合标定器,通过测定主、从基站间的相对距离建立UWB定位坐标系;其次针对激光雷达定位系统,提出一种雷达定位坐标系粗-精标定方法,包括主/从雷达初始位姿偏移测定以及激光点云迭代最近点(Iterative Closest Point,ICP)配准;再次针对多感知融合定位系统,利用ICP配准算法计算复合标定器的激光点云与UWB点云间的坐标变换矩阵,完成多感知融合定位系统的坐标标定。标定实验结果验证了所提方法的精确性和有效性。 展开更多
关键词 坐标标定 多感知融合 点云配准 迭代最近点
下载PDF
点云模型的匹配点对优化配准 被引量:2
20
作者 余永维 王康 +1 位作者 杜柳青 瞿兵 《光学精密工程》 EI CAS CSCD 北大核心 2023年第4期503-516,共14页
针对传统迭代最近点(ICP)算法在点云存在重叠或部分重叠时,配准误差大且适应性差的问题,提出一种基于匹配点对加权优化的改进配准算法。首先,提出一种改进体素降采样算法对点云进行采样,减少数据量的同时提高算法对噪声的鲁棒性;然后,... 针对传统迭代最近点(ICP)算法在点云存在重叠或部分重叠时,配准误差大且适应性差的问题,提出一种基于匹配点对加权优化的改进配准算法。首先,提出一种改进体素降采样算法对点云进行采样,减少数据量的同时提高算法对噪声的鲁棒性;然后,采用改进Sigmoid函数赋予参与配准的匹配点对不同的权重,克服传统算法忽视距离较小的匹配点对中仍具有错误点对的缺点,同时提高了配准精度和收敛速度;最后,提出一种采用奇异值分解法(SVD)求解配准参数的方法,进一步提高配准精度。设计了不同重叠度的配准实验和噪声实验,并结合曲轴三维点云重建对本文算法进行验证。实验结果表明:本文算法误差较Tr-ICP算法减少了约34.1%,较AA-ICP算法减少了约29%,配准时间较TrICP算法缩短了约16.1%。最终表明本文算法具有更高配准精度的同时,具有更好的适用性和鲁棒性。 展开更多
关键词 点云配准 迭代最近点算法 Tr-ICP 匹配点对优化
下载PDF
上一页 1 2 14 下一页 到第
使用帮助 返回顶部