![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/config/aimsalgo_config.h>#include <aims/def/general.h>#include <cartobase/smart/rcptr.h>
Go to the source code of this file.
Namespaces | |
| carto | |
Functions | |||||
1D Fast Fourier Transform. | |||||
This Fourier transform is a Fast Fourier transform taken from the Numerical Recipee in C.
| |||||
| carto::VolumeRef< float > | AimsXCor1d (const carto::rc_ptr< carto::Volume< float > > &data1, const carto::rc_ptr< carto::Volume< float > > &data2) | ||||
1D Cross-correlation. | |||||
This cross-correlation is based upon Fast Fourier transform taken from the Numerical Recipee in C.
| |||||
| carto::VolumeRef< cfloat > | AimsFFT1D (const carto::rc_ptr< carto::Volume< cfloat > > &vec, int isign=1) | ||||
| carto::VolumeRef< float > | AimsLinearToDecibel (const carto::rc_ptr< carto::Volume< float > > &sqv) | ||||
| Linear to decibel scale transformation. More... | |||||
| carto::VolumeRef< cfloat > AimsFFT1D | ( | const carto::rc_ptr< carto::Volume< cfloat > > & | vec, |
| int | isign = 1 |
||
| ) |
| carto::VolumeRef<float> AimsLinearToDecibel | ( | const carto::rc_ptr< carto::Volume< float > > & | sqv | ) |
Linear to decibel scale transformation.
| carto::VolumeRef< float > AimsXCor1d | ( | const carto::rc_ptr< carto::Volume< float > > & | data1, |
| const carto::rc_ptr< carto::Volume< float > > & | data2 | ||
| ) |