主要内容

addCorrespondences

更新世界点一个点集的世界

自从R2020b

描述

例子

wpSet= addCorrespondences (wpSet,viewId,pointIndices,featureIndices)添加指定的3 d世界之间的对应点pointIndices和二维特征点featureIndices为指定的视图viewId世界点集wpSet

例子

全部折叠

点生成3 d世界。

worldPoints =兰德(100 3);

创建一个worldpointset对象。

wpSet = worldpointset;

添加世界点。

wpSet = addWorldPoints (wpSet worldPoints);

添加对应视图1第一个10分。

viewId = 1;pointIndices = 1:10;featureIndices = 1:10;wpSet = addCorrespondences (wpSet viewId、pointIndices featureIndices);

输入参数

全部折叠

世界点集,指定为一个worldpointset对象。

视图标识符指定为一个标量。

世界点指标,作为指定元的整数列向量。是世界的数量要添加对应的点。

特征点指标,作为指定元的整数列向量。是世界的数量要添加对应的点。

输出参数

全部折叠

世界点集,作为一个返回worldpointset对象。

扩展功能

C / c++代码生成
生成C和c++代码使用MATLAB®编码器™。

版本历史

介绍了R2020b