rigid3d
不建议使用 rigid3d
。请改用 rigidtform3d
对象。有关详细信息,请参阅版本历史记录。
说明
rigid3d
对象存储有关三维刚性几何变换的信息,并支持正向变换和逆变换。
创建对象
描述
tform = rigid3d
创建对应于恒等变换的默认 rigid3d
对象。
tform = rigid3d(t)
将 T
属性设置为指定的三维刚性变换矩阵 t
。
tform = rigid3d(rot,trans)
将 Rotation
和 Translation
属性分别设置为指定的旋转矩阵 rot
和平移向量 trans
。
属性
对象函数
invert | Invert geometric transformation |
outputLimits | Find output spatial limits given input spatial limits |
transformPointsForward | Apply forward geometric transformation |
transformPointsInverse | Apply inverse geometric transformation |