IterativeClosestPointMethod

所属分类:matlab编程
开发工具:matlab
文件大小:5KB
下载次数:135
上传日期:2007-09-09 16:06:34
上 传 者阳关
说明:  ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: model - matrix with model points, data - matrix with data points, OUTPUT: R - rotation matrix and T - translation vector accordingly so newdata = R*data + T . newdata are transformed data points to fit model see help icp for more information
(ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: model- matrix with model points, data- matrix with data points, OUTPUT: R- rotation matrix and T- translation vector accordingly so newdata = R*data+ T . newdata are transformed data points to fit model see help icp for more information )

文件列表:
Iterative Closest Point Method .txt (28324, 2007-09-09)

近期下载者

相关文件


收藏者