Deformation Transfer for Triangle Meshes

1.where S refers to the set of triangle indices for the source mesh.

这里S是指source三角形的个数


2.M集合里面的pair个数是指, source里的s1三角形的形变应与target里t1三角形的形变接近


3.对于公式7, |T|代表target里面三角形的个数. 公式7的几何意义, source中的每个三角形有个形变, 现在要根据M中的匹配关系, 让Target的匹配的三角形具有相应的形变, 并且满足consist条件, 也就是subject to的约束


4. 公式8,是求target 形变后的点使得,target matching的三角形的形变与source matching的三角形的形变一致 


5. 公式9, 转换公式8, c是的source里的形变, 由于前面提了 T are linear combinations of the coordinates of the unknown deformed vertices. 所以target的形变写成了Ax


6. 第5部分correspondence是说 怎么找公式(5)中的matching pairs




你可能感兴趣的:(paper)