Link to home
Start Free TrialLog in
Avatar of DJ_AM_Juicebox
DJ_AM_Juicebox

asked on

tformfwd() ?

Hi,

I have a set of 3 point pairs. A point is defined like:

    pt = { x, y, scale, rotation }

I want to find the affine transformation that maps the 3 points to their point matches. Is there any way to do this in matlab? I know there is the tformfwd() function which looked promising but I don't know if it can handle a 3rd and 4th parameter attached to each point (scale and rotation). Any thoughts?

Thanks
Avatar of aburr
aburr
Flag of United States of America image

I am not really an expert in matlab, but I can try to help. What do you mean by point matches?
ASKER CERTIFIED SOLUTION
Avatar of SyfAldeen
SyfAldeen
Flag of Egypt image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial