aimsalgo  5.1.2
Neuroimaging image processing
splinepyramid.h File Reference
Include dependency graph for splinepyramid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  aims::SplinePyramid
 Pyramid of Interpolated Volumes. More...
 
class  aims::SplinePyramidBuilder
 The method follows that of Under, Aldroubi & Eden, "The L2 Polynomial Spline Pyramid" in IEEE Transactions on Pattern Analysis and Machine Intelligence (1993) More...
 

Namespaces

 aims
 

Functions

template<typename T >
SplinePyramid aims::buildSplinePyramid (const carto::VolumeRef< T > &vol, unsigned order, unsigned factor=2)
 FUNCTORS. More...
 
template<typename T >
SplinePyramid aims::buildSplinePyramid (const carto::VolumeRef< T > &vol, unsigned order, const Point4du &factor)
 
template<typename T >
SplinePyramid aims::buildSplinePyramid (const carto::VolumeRef< T > &vol, unsigned order, const std::vector< Point4du > &factor)
 
template<typename T >
SplinePyramid aims::cubicSplinePyramid (const carto::VolumeRef< T > &vol, unsigned factor=2)
 
template<typename T >
SplinePyramid aims::cubicSplinePyramid (const carto::VolumeRef< T > &vol, const Point4du &factor)
 
template<typename T >
SplinePyramid aims::cubicSplinePyramid (const carto::VolumeRef< T > &vol, const std::vector< Point4du > &factor)