Functions
contrib/mul/vil3d/algo/vil3d_make_edt_filter.h File Reference

Compute filter for an exp. More...

#include <vil3d/algo/vil3d_structuring_element.h>

Go to the source code of this file.

Functions

void vil3d_make_edt_filter (double width_i, double width_j, double width_k, int r, vil3d_structuring_element &se, vcl_vector< double > &f)
 Compute filter for an exp. distance transform.

Detailed Description

Compute filter for an exp.

distance transform.

Author:
Tim Cootes

Definition in file vil3d_make_edt_filter.h.


Function Documentation

void vil3d_make_edt_filter ( double  width_i,
double  width_j,
double  width_k,
int  r,
vil3d_structuring_element se,
vcl_vector< double > &  f 
)

Compute filter for an exp. distance transform.

width_i gives the width at half maxima (in voxels) for the exponential filter along i.

Definition at line 13 of file vil3d_make_edt_filter.cxx.