Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

averager.h File Reference

#include "emobject.h"
#include "emdata.h"
#include <vector>

Include dependency graph for averager.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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::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::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
 
Id
averager.h,v 1.42 2012/06/05 20:45:14 gtang Exp


Functions

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


Define Documentation

#define eman_averager_h__   1
 

Id
averager.h,v 1.42 2012/06/05 20:45:14 gtang Exp

Definition at line 37 of file averager.h.


Function Documentation

void EMAN::dump_averagers  ) 
 

Definition at line 1591 of file averager.cpp.

01592 {
01593         dump_factory < Averager > ();
01594 }

map< string, vector< string > > EMAN::dump_averagers_list  ) 
 

Definition at line 1596 of file averager.cpp.

01597 {
01598         return dump_factory_list < Averager > ();
01599 }


Generated on Mon Aug 13 13:40:30 2012 for EMAN2 by  doxygen 1.3.9.1