EMAN2
Classes | Namespaces | Functions
averager.h File Reference
#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.

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::LocalWeightAverager
 LocalWeightAverager makes an average of a set of images in Fourier space using a per-image radial weight. More...
 
class  EMAN::IterAverager
 IterAverager performs iterative averaging of 3x3 pixel zones around each pixel, computing the mean of the 9 pixels initially, then iteratively refining the average to produce something self-consistent, but hopefully less noisy. 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::MedianAverager
 MedianAverager averages a list of images to the maximum(or minimum of the absolute pixel value) It optionally makes a sigma image. More...
 
class  EMAN::CtfWtAverager
 CtfWtAverager. More...
 
class  EMAN::CtfWtFiltAverager
 CtfWtAverager. 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...
 
class  EMAN::SigmaAverager
 SigmaAverager averages a list of images. More...
 

Namespaces

namespace  EMAN
 E2Exception class.
 

Functions

void EMAN::dump_averagers ()
 
map< string, vector< string > > EMAN::dump_averagers_list ()