#include <cstddef>
Include dependency graph for fundamentals.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | EMAN |
Enumerations | |
enum | EMAN::fp_flag { EMAN::CIRCULANT = 1, EMAN::CIRCULANT_NORMALIZED = 2, EMAN::PADDED = 3, EMAN::PADDED_NORMALIZED = 4, EMAN::PADDED_LAG = 5, EMAN::PADDED_NORMALIZED_LAG = 6 } |
Fourier Product processing flag. More... | |
enum | EMAN::fp_type { EMAN::CORRELATION, EMAN::CONVOLUTION, EMAN::SELF_CORRELATION, EMAN::AUTOCORRELATION } |
enum | EMAN::kernel_shape { EMAN::BLOCK = 1, EMAN::CIRCULAR = 2, EMAN::CROSS = 3 } |
enum | EMAN::morph_type { EMAN::BINARY = 1, EMAN::GRAYLEVEL = 2 } |
Median filter. More... | |
Functions | |
EMData * | EMAN::fourierproduct (EMData *f, EMData *g, fp_flag myflag, fp_type mytype, bool center) |
Fourier product of two images. | |
EMData * | EMAN::correlation (EMData *f, EMData *g, fp_flag myflag, bool center) |
Correlation of two images. | |
EMData * | EMAN::convolution (EMData *f, EMData *g, fp_flag myflag, bool center) |
Convolution of two images. | |
EMData * | EMAN::rsconvolution (EMData *f, EMData *K) |
Real-space convolution of two images. | |
EMData * | EMAN::rscp (EMData *f) |
Real-space convolution with the K-B window. | |
EMData * | EMAN::autocorrelation (EMData *f, fp_flag myflag, bool center) |
Image autocorrelation. | |
EMData * | EMAN::self_correlation (EMData *f, fp_flag myflag, bool center) |
Image self-correlation. | |
EMData * | EMAN::periodogram (EMData *f) |
Image periodogram. | |
EMData * | EMAN::filt_median_ (EMData *f, int nxk, int nyk, int nzk, kernel_shape myshape) |
EMData * | EMAN::filt_dilation_ (EMData *f, EMData *K, morph_type mydilation) |
EMData * | EMAN::filt_erosion_ (EMData *f, EMData *K, morph_type myerosion) |
Dilation filter. |
Definition in file fundamentals.h.