aimsalgo  5.0.5
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.

Classes

class  AimsData< T >
 

Functions

Even part of a float vector
Parameters
xmininferior bound
xmaxsuperior bound
centercenter of symmetry
AIMSALGO_API AimsData< float > AimsEvenPart (const AimsData< float > &vec, int xmin, int xmax, int center)
 
Odd part of a float vector
Parameters
xmininferior bound
xmaxsuperior bound
centercenter of symmetry
AIMSALGO_API AimsData< float > AimsOddPart (const AimsData< float > &vec, int xmin, int xmax, int center)
 

Function Documentation

◆ AimsEvenPart()

AIMSALGO_API AimsData<float> AimsEvenPart ( const AimsData< float > &  vec,
int  xmin,
int  xmax,
int  center 
)

◆ AimsOddPart()

AIMSALGO_API AimsData<float> AimsOddPart ( const AimsData< float > &  vec,
int  xmin,
int  xmax,
int  center 
)