source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/vlutil/toolbox/imsmooth.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 380 bytes
Line 
1% IMSMOOTH  Smooth image
2%   I=IMSMOOTH(I,SIGMA) convolves the image I by an isotropic Gaussian
3%   kernel of standard deviation SIGMA.  I must be an array of
4%   doubles. IF the array is three dimensional, the third dimension is
5%   assumed to span different channels (e.g. R,G,B). In this case,
6%   each channel is convolved independently.
7%     
8%  See also OVERVIEW_VLUTIL().
Note: See TracBrowser for help on using the repository browser.