#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::CtfCAutoAverager |
CtfCWautoAverager averages the images with CTF correction with a Wiener filter. More... | |
class | EMAN::CtfCWautoAverager |
CtfCWautoAverager averages the images with CTF correction with a Wiener filter. More... | |
Defines | |
#define | eman_averager_h__ 1 |
| |
Functions | |
void | dump_averagers () |
map< string, vector< string > > | dump_averagers_list () |
|
Definition at line 37 of file averager.h. |
|
Definition at line 1433 of file averager.cpp. 01434 { 01435 dump_factory < Averager > (); 01436 }
|
|
Definition at line 1438 of file averager.cpp. 01439 {
01440 return dump_factory_list < Averager > ();
01441 }
|