convn_fast
PURPOSE 
Fast convolution, replacement for both conv2 and convn.
SYNOPSIS 
function C = convn_fast( A, B, shape )
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- convn_fast Fast convolution, replacement for both conv2 and convn.
- arraycrop2dims Pads or crops I appropriately so that size(IC)==dims.
- c clc
- ind2sub2 Improved version of ind2sub.
This function is called by:
- convn_fast Fast convolution, replacement for both conv2 and convn.
- gauss_smooth Applies Gaussian smoothing to a (multidimensional) image.
- histc_image Calculates histograms at every point in an array I.
- normxcorrn Normalized n-dimensional cross-correlation.
- normxcorrn_fg Normalized n-dimensional cross-correlation with a mask.
- xcorrn n-dimensional cross-correlation. Generalized version of xcorr2.
- xeucn n-dimensional euclidean distance between each window in A and template T.
Generated on Wed 03-May-2006 23:48:50 by m2html © 2003