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 Computer Vision Matlab Toolbox      Version 2.0
 Copyright 2014 Piotr Dollar.  [pdollar-at-gmail.com]
 Licensed under the Simplified BSD License [see external/bsd.txt]

Generated by m2html © 2003