Local Jacobian calculation
Calculates jacobians for a given interpolation in a set of points determined from tesselation (as centroids of each tetrahedron defined, for now...)
JacobianArray(spline, tesselation, ...)
spline
: Thin plate spline calculated by the TPS functiontesselation
: matrix of landmarks....
: Additional arguments to some functionarray of jacobians calculated at the centroids
Jacobians are calculated on the row centroids of the tesselation matrix.
Guilherme Garcia
Useful links