tps_interpolateimage

PURPOSE ^

Interpolate I_source according to the warp from I_source->I_dest.

SYNOPSIS ^

function IR = tps_interpolateimage( I_source, xs_source, ys_source,xs_dest, ys_dest, wx, affinex, wy, affiney )

DESCRIPTION ^

 Interpolate I_source according to the warp from I_source->I_dest.  

 Use tps_getwarp to obtain the warp.

 INPUTS
   I_source                    - image to interpolate
   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

 OUTPUTS
   IR      - warped image

 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