Stable Sampling of Point Clouds for ICP Registration

版本 1.3.0.0 (200.8 KB) 作者: Tolga Birdal
The function implements the sampling strategy of Geometrically Stable Sampling for the ICP Algorithm
1.5K 次下载
更新时间 2014/7/7

查看许可证

This function implements the point sampling strategy from Gelfand et. al. 2003. The algorithm targets a point cloud sampling of the model for registration using the ICP algorithm. The method is described in the paper "Geometrically Stable Sampling for the ICP Algorithm", 3DIM 2003. The idea is to sample the points by constraining the eigenvectors of the covariance matrix of the torque and force. The details and relation to the paper are given in the comments.
The test function requires Gabriel Peyré's read_ply m-file in here:
http://www.mathworks.com/matlabcentral/fileexchange/5355-toolbox-graph/content/toolbox_graph/read_ply.m

引用格式

Tolga Birdal (2024). Stable Sampling of Point Clouds for ICP Registration (https://www.mathworks.com/matlabcentral/fileexchange/47138-stable-sampling-of-point-clouds-for-icp-registration), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Point Cloud Processing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.3.0.0

Removed redundant ack.

1.2.0.0

Updated file to also return the normals.
Edited description.

1.1.0.0

Removed the read_ply (you have to download it separately). So also removed the unrelated acknowledgement.

1.0.0.0