STIR  6.2.0
Namespaces
interpolate_projdata.cxx File Reference

Perform B-Splines Interpolation of sinograms. More...

#include "stir/ProjData.h"
#include "stir/ProjDataInfo.h"
#include "stir/ProjDataInfoCylindricalNoArcCorr.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)
 

Detailed Description

Perform B-Splines Interpolation of sinograms.

Author
Charalampos Tsoumpas
Kris Thielemans
Markus Jehl