#include "emobject.h"
#include "emdata.h"
#include <vector>
Include dependency graph for averager.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | EMAN |
Classes | |
class | EMAN::Averager |
Averager class defines a way to do averaging on a set of images. More... | |
class | EMAN::ImageAverager |
ImageAverager averages a list of images. More... | |
class | EMAN::MinMaxAverager |
ImageAverager averages a list of images. More... | |
class | EMAN::IterationAverager |
IterationAverager averages images by doing the smoothing iteration. More... | |
class | EMAN::CtfAverager |
CtfAverager is the base Averager class for CTF correction or SNR weighting. More... | |
class | EMAN::WeightingAverager |
WeightingAverager averages the images with SNR weighting, but no CTF correction. More... | |
class | EMAN::CtfCAverager |
CtfCAverager averages the images with CTF correction. More... | |
class | EMAN::CtfCWAverager |
CtfCWAverager averages the images with CTF correction. More... | |
class | EMAN::CtfCWautoAverager |
CtfCWautoAverager averages the images with CTF correction with a Wiener filter. More... | |
Defines | |
#define | eman_averager_h__ 1 |
| |
Functions | |
void | EMAN::dump_averagers () |
map< string, vector< string > > | EMAN::dump_averagers_list () |
#define eman_averager_h__ 1 |