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

3 visualizzazioni (ultimi 30 giorni)
Undefined function 'transformPointsForward' for input arguments of type 'single'. if i my using tform of 3*3 matrix...

Risposta accettata

Walter Roberson
Walter Roberson il 21 Nov 2015
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 Commenti
Wajahat Nawaz
Wajahat Nawaz il 23 Nov 2015
Which function used for 3*2 matrix....as projective2d() is used for 3*3 matrix...for 3*2????????
Walter Roberson
Walter Roberson il 23 Nov 2015
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.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Resizing and Reshaping Matrices in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by