TAi=TofPose(AL,[BL,ind])
AL : | Point list [n x 2] for points A or a struct with fields A and B | |
BL : | Point list [n x 2] for points B | |
ind : | selected indices; default is all |
TAi : | Transformation Matrix in A for each Pose; ex = B(i,:)-A(i,:); t=A(i,;) |
Pose=Posesample(7), TofPose(Pose.A,Pose.B)
PS.A=PLcircle(10,36); PS.B=PS.A*2; TofPose(PS)