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. | |
| 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.
1.7.5.1