#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::FourierWeightAverager |
FourierWeightAverager makes an average of a set of images in Fourier space using a per-image radial weight. More... | |
class | EMAN::TomoAverager |
TomoAverager averages a list of volumes in Fourier space. More... | |
class | EMAN::MinMaxAverager |
ImageAverager averages a list of images. More... | |
class | EMAN::AbsMaxMinAverager |
AbsMaxMinAverager averages a list of images to the maximum(or minimum of the absolute pixel value) It optionally makes a sigma image. More... | |
class | EMAN::IterationAverager |
IterationAverager averages images by doing the smoothing iteration. 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 1073 of file averager.cpp. 01074 { 01075 dump_factory < Averager > (); 01076 }
|
|
Definition at line 1078 of file averager.cpp. 01079 {
01080 return dump_factory_list < Averager > ();
01081 }
|