|
STIR
6.3.0
|
Perform B-Splines Interpolation of sinograms. More...
#include "stir/ProjData.h"#include "stir/ProjDataInfo.h"#include "stir/ProjDataInfoCylindricalNoArcCorr.h"#include "stir/ProjDataInfoGenericNoArcCorr.h"#include "stir/IndexRange.h"#include "stir/BasicCoordinate.h"#include "stir/Sinogram.h"#include "stir/SegmentBySinogram.h"#include "stir/Succeeded.h"#include "stir/numerics/BSplines.h"#include "stir/numerics/BSplinesRegularGrid.h"#include "stir/interpolate_projdata.h"#include "stir/extend_projdata.h"#include "stir/numerics/sampling_functions.h"#include "stir/error.h"#include <typeinfo>Namespaces | |
| stir | |
| Namespace for the STIR library (and some/most of its applications) | |
Functions | |
| Succeeded | stir::interpolate_projdata (ProjData &proj_data_out, const ProjData &proj_data_in, const BSpline::BSplineType spline_type, const bool remove_interleaving=false) |
| Perform B-Splines Interpolation. More... | |
| Succeeded | stir::interpolate_projdata (ProjData &proj_data_out, const ProjData &proj_data_in, const BasicCoordinate< 3, BSpline::BSplineType > &these_types, const bool remove_interleaving) |
| Succeeded | stir::interpolate_blocks_on_cylindrical_projdata (ProjData &proj_data_out, const ProjData &proj_data_in, bool remove_interleaving) |
| This function interpolates BlocksOnCylindrical proj data taking bucket intersections and gaps into account. More... | |
Perform B-Splines Interpolation of sinograms.
1.8.13