|
STIR
6.3.0
|
A simple program to test stir::find_fwhm_in_image. More...
#include "stir/RunTests.h"#include "stir/VoxelsOnCartesianGrid.h"#include "stir/SeparableCartesianMetzImageFilter.h"#include "stir/find_fwhm_in_image.h"#include "stir/Coordinate3D.h"#include <iostream>#include <string>#include <sstream>#include <list>Classes | |
| class | stir::find_fwhm_in_imageTests |
| A simple class to test the find_fwhm_in_image function. More... | |
Namespaces | |
| stir | |
| Namespace for the STIR library (and some/most of its applications) | |
Macros | |
| #define | DO_DISPLAY 0 |
Functions | |
| void | stir::set_Gaussian_filter_fwhm (SeparableCartesianMetzImageFilter< float > &filter, const float fwhm_z, const float fwhm_y, const float fwhm_x) |
| int | main (int argc, char **argv) |
A simple program to test stir::find_fwhm_in_image.
To run the test, simply run the executable.
1.8.13