You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python (and Cython) implementation of the publication of Bookstein, F. L. (1989). Principal warps: Thin-plate splines and the decomposition of deformations. IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 11 (6), pp. 567-585
Welcome to python Thin Plate Splines (TPS) library
This repo is a python/cython library to calculate the thin plate splines (TPS) transformation between two set of corresponding points (source and destination).
Some functions are availabale to create distorsions grids and distort images.
About
Python (and Cython) implementation of the publication of Bookstein, F. L. (1989). Principal warps: Thin-plate splines and the decomposition of deformations. IEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 11 (6), pp. 567-585