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

 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