core/vil1/vil1_smooth.h File Reference


Detailed Description

Functions to convolve a vil1_image with a smoothing kernel.

Author:
fsm

Definition in file vil1_smooth.h.

#include <vil1/vil1_image.h>

Go to the source code of this file.


Functions

vil1_image vil1_smooth_byte_separable_symmetric (float const kernel[], unsigned N, vil1_image const &)
 Convolve a vil1_image with a separable symmetric kernel.
vil1_image vil1_smooth_gaussian (vil1_image const &, double sigma)
 Gaussian smooth an image.

Function Documentation

vil1_image vil1_smooth_byte_separable_symmetric ( float const   kernel[],
unsigned  N,
vil1_image const &   
)

Convolve a vil1_image with a separable symmetric kernel.

The 1-D half-kernel is supplied.

vil1_image vil1_smooth_gaussian ( vil1_image const &  ,
double  sigma 
)

Gaussian smooth an image.

Definition at line 18 of file vil1_smooth.cxx.


Generated on Mon Mar 8 05:09:34 2010 for core/vil1 by  doxygen 1.5.1