#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 | EMAN::dump_averagers () |
map< string, vector< string > > | EMAN::dump_averagers_list () |
#define eman_averager_h__ 1 |