tpsInterpolate

PURPOSE ^

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

SYNOPSIS ^

function [xsR,ysR] = tpsInterpolate( warp, xs, ys, show )

DESCRIPTION ^

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

 USAGE
  [xsR,ysR] = tpsInterpolate( warp, xs, ys, [show] )

 INPUTS
  warp     - [see tpsGetWarp] bookstein warping parameters
  xs, ys   - points to apply warp to
  show     - [1] will display results in figure(show)

 OUTPUTS
  xsR, ysR - result of warp applied to xs, ys

 EXAMPLE

 See also TPSGETWARP

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-Oct-2007 13:09:09 by m2html © 2003