FbVisualize

PURPOSE ^

Used to visualize a series of 1D/2D/3D filters.

SYNOPSIS ^

function FbVisualize( FB, show )

DESCRIPTION ^

 Used to visualize a series of 1D/2D/3D filters. 

 For 1D and 2D filterabnks also shows the Fourier spectra of the filters.

 USAGE
  FbVisualize( FB, [show] )

 INPUTS
  FB      - filter bank to visualize (either 2D, 3D, or 4D array)
  show    - [1] figure to use for display

 OUTPUTS

 EXAMPLE
  FB=FbMake(1,1,0);  FbVisualize( FB, 1 );  %1D
  load FbDoG.mat;    FbVisualize( FB, 2 );  %2D
  FB=FbMake(3,1,0);  FbVisualize( FB, 3 );  %3D

 See also FBAPPLY2D, FILTERVISUALIZE

CROSS-REFERENCE INFORMATION ^

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