tps_interpolate

PURPOSE ^

Apply warp (obtained by tps_getwarp) to a set of new points.

SYNOPSIS ^

function [ xs_p, ys_p ] = tps_interpolate( xs_source, ys_source, xs_dest, ys_dest,wx, affinex, wy, affiney, xs, ys, show )

DESCRIPTION ^

 Apply warp (obtained by tps_getwarp) to a set of new points. 

 INPUTS
   xs_source, ys_source        - correspondence points from source image
   xs_dest, ys_dest            - correspondence points from destination image
   wx, affinex, wy, affiney    - booksteain warping parameters
   xs, ys                      - points to apply warp to
   show                        - whether or not to show the output

 OUTPUTS
   xs_p, ys_p                  - result of warp applied to xs, ys

 DATESTAMP
   29-Sep-2005  2:00pm
 
 See also TPS_GETWARP

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-May-2006 23:48:50 by m2html © 2003