gaussSmooth
PURPOSE 
Applies Gaussian smoothing to a (multidimensional) image.
SYNOPSIS 
function [L,filters] = gaussSmooth( I, sigmas, shape, radius )
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- filterGauss n-dimensional Gaussian filter.
- convnFast Fast convolution, replacement for both conv2 and convn.
This function is called by:
- diffTracker Fast, robust estimation of translational offset between a pair of images.
- histcImLoc Creates a series of locally position dependent histograms.
- kernelTracker Kernel Tracker from Comaniciu, Ramesh and Meer PAMI 2003.
- optFlowCorr Calculate optical flow using cross-correlation.
- optFlowHorn Calculate optical flow using Horn & Schunck.
- optFlowLk Calculate optical flow using Lucas & Kanade. Fast, parallel code.
Generated by m2html © 2003