Xmipp  v3.23.11-Nereus
Functions
pyramidtools.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int GetPyramidFilter (const char *Filter, long int Order, double g[], long int *ng, double h[], long int *nh, short *FlagCentered)
 
int Reduce_2D (double *In, long int NxIn, long int NyIn, double *Out, double w[], long int nw, short FlagCentered)
 
int Reduce_3D (double *In, long int NxIn, long int NyIn, long int NzIn, double *Out, double w[], long int nw, short FlagCentered)
 
int Expand_2D (double *In, long int NxIn, long int NyIn, double *Out, double h[], long int nh, short FlagCentered)
 
int Expand_3D (double *In, long int NxIn, long int NyIn, long int NzIn, double *Out, double h[], long int nh, short FlagCentered)
 
void Reduce_1D (double x[], long int nx, double y[], double w[], long int nw, short FlagCentered)
 
void Expand_1D (double x[], long int nx, double y[], double w[], long int nw, short FlagCentered)