Skip to content

jaewon0225/Moving-Least-Squares-Deformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moving Least Squares Deformation

This is python implementation of the MLS affine transform function shown in https://people.engr.tamu.edu/schaefer/research/mls.pdf This function will take in an array v, p, q, where v is the points of the mesh to be transformed, p is the initial landmark points before transform, and q is the landmark points after the transform. The function will take in these values and return a transformed list of coordinates of v. Note that p and q will have the same dimension and the returned array will have the same dimension as input v.

About

Moving Least Squares Deformation Python implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages