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. | |
| 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 | |||
| ) |
1.5.1