rbfComputeFtrs

PURPOSE ^

Evaluate features of X given a set of radial basis functions.

SYNOPSIS ^

function Xrbf = rbfComputeFtrs( X, rbfBasis )

DESCRIPTION ^

 Evaluate features of X given a set of radial basis functions.

 See rbfComputeBasis for discussion of rbfs and general usage.

 USAGE
  Xrbf = rbfComputeFtrs( X, rbfBasis )

 INPUTS
  X         - [N x d] N points of d dimensions each
  rbfBasis  - rbfBasis struct (see rbfComputeBasis)

 OUTPUTS
  Xrbf      - [N x k] computed feature vectors

 EXAMPLE

 See also RBFDEMO, RBFCOMPUTEBASIS

 Piotr's Image&Video Toolbox      Version 2.50
 Copyright 2010 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