aimsalgo 6.0.0
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 at(), and selectCoeff().

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

◆ mirrorCoeff()

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

Definition at line 96 of file convolutionfilter_d.h.

References mirrorCoeff().

Referenced by mirrorCoeff(), and selectCoeff().

◆ selectCoeff()

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

Definition at line 111 of file convolutionfilter_d.h.

References mirrorCoeff(), and selectCoeff().

Referenced by at(), and selectCoeff().