aimsalgo 6.0.0
Neuroimaging image processing
aims::convolutionsubsampler 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, long px, long py, long pz, long pt, const Point4dl &fullsize, const Point4dl &binf)
 

Function Documentation

◆ at()

template<typename T>
const T & aims::convolutionsubsampler::at ( const carto::VolumeRef< T > & vol,
long px,
long py,
long pz,
long pt,
const Point4dl & fullsize,
const Point4dl & binf )
inline

◆ mirrorCoeff()

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

Definition at line 117 of file convolutionsubsampler_d.h.

Referenced by selectCoeff().

◆ selectCoeff()

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

Definition at line 132 of file convolutionsubsampler_d.h.

References mirrorCoeff().

Referenced by at().