Undefined function 'transformPointsForward' for input arguments of type 'single'.? will u explain?

1 次查看(过去 30 天)
Undefined function 'transformPointsForward' for input arguments of type 'single'. if i my using tform of 3*3 matrix...

采纳的回答

Walter Roberson
Walter Roberson 2015-11-21
You cannot call transformPointsForward and pass in a numeric matrix. The tform that you pass in must be created by a projective2d() or affine3d() class constructor call.
  2 个评论
Walter Roberson
Walter Roberson 2015-11-23
However, the 'projective' option there requires a square transform matrix (the 'affine' can accept a non-square matrix.) You may need to create a 'custom' transform if you want to use a projective 3 x 2 matrix.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by