MATLAB: 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…

Best Answer

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.