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

Undefined function 'transformPointsForward' for input arguments of type 'single'. if i my using tform of 3*3 matrix...

 채택된 답변

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

Which function used for 3*2 matrix....as projective2d() is used for 3*3 matrix...for 3*2????????
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개)

카테고리

도움말 센터File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

질문:

2015년 11월 20일

댓글:

2015년 11월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by