Nonlinear Warp

This program takes in a collection of 2D landmark locations in one image and their corresponding locations in a second image and defines a global warping function from the first image to the second. This function is used to "morph" the first image into a new image. (see code)

Command Usage

warp [options] ptfile infile outfile
     [-d]    Print debugging information

Example

ADD HERE