Implementation of the B-Splines Interpolation.
More...
|
| stir |
| Namespace for the STIR library (and some/most of its applications)
|
|
| stir::BSpline |
| Namespace for functions and classes for B-Spline interpolation in the STIR library.
|
|
|
const PieceWiseFunction< pos_type > & | stir::BSpline::bspline_function (BSplineType type) |
|
template<typename posT > |
posT | stir::BSpline::cubic_BSplines_weight (const posT relative_position) |
|
template<typename posT > |
posT | stir::BSpline::oMoms_weight (const posT relative_position) |
|
template<typename posT > |
posT | stir::BSpline::cubic_BSplines_1st_der_weight (const posT relative_position) |
|
template<typename posT > |
posT | stir::BSpline::BSplines_1st_der_weight (const posT relative_position, const BSplineType spline_type) |
|
template<typename posT > |
posT | stir::BSpline::BSplines_weights (const posT relative_position, const BSplineType spline_type) |
|
Implementation of the B-Splines Interpolation.
- Author
- Charalampos Tsoumpas
-
Kris Thielemans