|
STIR 6.4.0
|
Implementations for class stir::SeparableMetzArrayFilter. More...
#include "stir/SeparableMetzArrayFilter.h"#include "stir/ArrayFilter1DUsingConvolutionSymmetricKernel.h"#include "stir/info.h"#include "stir/numerics/fourier.h"#include "stir/format.h"#include <iostream>Namespaces | |
| namespace | stir |
| Namespace for the STIR library (and some/most of its applications) | |
Functions | |
| template<typename elemT> | |
| void | stir::build_gauss (VectorWithOffset< elemT > &kernel, int res, float s2, float sampling_interval) |
| template<typename elemT> | |
| void | stir::build_metz (VectorWithOffset< elemT > &kernel, float N, float fwhm, float MmPerVox, int max_kernel_size) |
Variables | |
| const float | stir::ZERO_TOL = 0.000001F |
| const double | stir::TPI = 6.28318530717958647692 |
Implementations for class stir::SeparableMetzArrayFilter.