EqualSpaceLandmarkCurves.m
: Given n, an image, and a filename. Points that are equidistant
along the interpolated splines are returned in n-1
point pair files (named filename_i). Of course,
calling this program with n = 2 is the same as the
Pairs program above.
ChooseLandmarkCurves.m
: OLD. Given n, an image, and a filename, this code allows
the
user to select curves of n points on an image, and
stores n-1 landmark pair files
corresponding to the steps along each curve (named
filename_i). Of course, calling
this program with n = 2 is the same as the Pairs
program above.