aimsalgo  5.1.2
Neuroimaging image processing
aims::convolutionfilter Namespace Reference

Functions

long mirrorCoeff (long i, long size)
 
long selectCoeff (long i, long fullsize, long binf)
 
template<typename T >
const T & at (const carto::VolumeRef< T > &vol, const Point4dl &p, const Point4dl &fullsize, const Point4dl &binf)
 

Function Documentation

◆ at()

template<typename T >
const T& aims::convolutionfilter::at ( const carto::VolumeRef< T > &  vol,
const Point4dl p,
const Point4dl fullsize,
const Point4dl binf 
)
inline

Definition at line 118 of file convolutionfilter_d.h.

References selectCoeff().

Referenced by aims::ConvolutionFilter< BasisFunction >::execute().

◆ mirrorCoeff()

long aims::convolutionfilter::mirrorCoeff ( long  i,
long  size 
)
inline

Definition at line 96 of file convolutionfilter_d.h.

Referenced by selectCoeff().

◆ selectCoeff()

long aims::convolutionfilter::selectCoeff ( long  i,
long  fullsize,
long  binf 
)
inline

Definition at line 111 of file convolutionfilter_d.h.

References mirrorCoeff().

Referenced by at().