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

3 ビュー (過去 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 件のコメント
Wajahat Nawaz
Wajahat Nawaz 2015 年 11 月 23 日
Which function used for 3*2 matrix....as projective2d() is used for 3*3 matrix...for 3*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 Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by