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

 Piotr's Image&Video Toolbox      Version 2.0
 Copyright 2008 Piotr Dollar.  [pdollar-at-caltech.edu]
 Please email me if you find bugs, or have suggestions or questions!
 Licensed under the Lesser GPL [see external/lgpl.txt]

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated by m2html © 2003