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

Go to the source code of this file.

Namespaces

 carto
 

Functions

Even part of a float vector
Parameters
xmininferior bound
xmaxsuperior bound
centercenter of symmetry
carto::VolumeRef< float > AimsEvenPart (const carto::rc_ptr< carto::Volume< float > > &vec, int xmin, int xmax, int center)
 
Odd part of a float vector
Parameters
xmininferior bound
xmaxsuperior bound
centercenter of symmetry
carto::VolumeRef< float > AimsOddPart (const carto::rc_ptr< carto::Volume< float > > &vec, int xmin, int xmax, int center)
 

Function Documentation

◆ AimsEvenPart()

carto::VolumeRef<float> AimsEvenPart ( const carto::rc_ptr< carto::Volume< float > > &  vec,
int  xmin,
int  xmax,
int  center 
)

◆ AimsOddPart()

carto::VolumeRef<float> AimsOddPart ( const carto::rc_ptr< carto::Volume< float > > &  vec,
int  xmin,
int  xmax,
int  center 
)