STIR
6.2.0
|
Implementations of functions defined in find_fwhm_in_image.h. More...
#include "stir/shared_ptr.h"
#include "stir/DiscretisedDensityOnCartesianGrid.h"
#include "stir/find_fwhm_in_image.h"
#include "stir/index_at_maximum.h"
#include "stir/round.h"
#include "stir/assign_to_subregion.h"
#include "stir/extract_line.h"
#include "stir/error.h"
#include <algorithm>
#include <list>
Namespaces | |
stir | |
Namespace for the STIR library (and some/most of its applications) | |
Functions | |
template<class elemT > | |
std::list< ResolutionIndex< 3, float > > | stir::find_fwhm_in_image (DiscretisedDensity< 3, elemT > &input_image, const unsigned int num_maxima, const float level, const int dimension, const bool nema) |
Finds FWHM, FWTM etc (in mm) for a number of point sources or a line source. More... | |
template<class elemT > | |
BasicCoordinate< 3, int > | stir::maximum_location_per_slice (const Array< 3, elemT > &input_array, const int slice, const int dimension) |
finds the maximum of the Input_Array in the given slice at the given dimension (z=1, y=2, x=3), and returns its location as a vector in BasicCoordinate Field (only 3D implementation). | |
template<class elemT > | |
Array< 1, elemT > | stir::interpolate_line (const Array< 3, elemT > &input_array, const BasicCoordinate< 3, int > &max_location, const BasicCoordinate< 3, bool > &do_direction, const int dimension) |
extract a line from the given array after determining its locatin with a parabolic fit More... | |
template<class RandomAccessIterType > | |
float | stir::parabolic_3points_fit (const RandomAccessIterType &begin_iter, const RandomAccessIterType &end_iter) |
template<class RandomAccessIterType > | |
float | stir::parabolic_3points_fit_x0 (const RandomAccessIterType &begin_iter, const RandomAccessIterType &end_iter) |
template std::list< ResolutionIndex< 3, float > > | stir::find_fwhm_in_image (DiscretisedDensity< 3, float > &input_image, const unsigned int num_maxima, const float level, const int dimension, const bool nema) |
Implementations of functions defined in find_fwhm_in_image.h.