Modifications
Definition in file brip_vil_ops.h.
#include <vcl_cmath.h>
#include <vcl_cassert.h>
#include <vil/vil_image_view.h>
#include <vil/vil_math.h>
#include <vil/vil_fill.h>
#include <vil/vil_transpose.h>
#include <vil/algo/vil_sobel_3x3.h>
#include <vil/algo/vil_convolve_1d.h>
Go to the source code of this file.
Functions | |
| template<class T> | |
| void | brip_sqrt_grad_singular_values (const vil_image_view< T > &input, vil_image_view< T > &output, unsigned n) |
| computes the conditioning of the 2n+1 x 2n+1 gradient neigborhood. | |
| template<class srcT, class destT> | |
| void | brip_gauss_filter (const vil_image_view< srcT > &src_im, vil_image_view< destT > &dest_im, double sigma, unsigned int k_size, vil_convolve_boundary_option option) |
| Filter an image with a gaussian kernel. | |
|
||||||||||||||||||||||||||||
|
Filter an image with a gaussian kernel. This is an ntap alternative to vil_gauss_filter_5tap The kernel is generated using vcl_exp instead of vnl_erf
Definition at line 81 of file brip_vil_ops.h. |
|
||||||||||||||||||||
|
computes the conditioning of the 2n+1 x 2n+1 gradient neigborhood.
Definition at line 30 of file brip_vil_ops.h. |
1.4.4