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

cmp.h File Reference

#include "emobject.h"

Include dependency graph for cmp.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::Cmp
 Cmp class defines image comparison method. More...
class  EMAN::CccCmp
 Compute the cross-correlation coefficient between two images. More...
class  EMAN::LodCmp
class  EMAN::SqEuclideanCmp
 Squared Euclidean distance normalized by n between 'this' and 'with'. More...
class  EMAN::DotCmp
 Use dot product of 2 same-size images to do the comparison. More...
class  EMAN::TomoCccCmp
 This implements the technique of Mike Schmid where by the cross correlation is normalized in an effort to remove the effects of the missing wedge. More...
class  EMAN::QuadMinDotCmp
 This will calculate the dot product for each quadrant of the image and return the worst value. More...
class  EMAN::OptVarianceCmp
 Variance between two data sets after various modifications. More...
class  EMAN::PhaseCmp
 Amplitude weighted mean phase difference (radians) with optional SNR weight. More...
class  EMAN::FRCCmp
 FRCCmp returns a quality factor based on FRC between images. More...

Defines

#define eman_cmp__h__   1
 
Id
cmp.h,v 1.65 2011/02/15 23:32:18 john Exp


Functions

void dump_cmps ()
map< string, vector< string > > dump_cmps_list ()


Define Documentation

#define eman_cmp__h__   1
 

Id
cmp.h,v 1.65 2011/02/15 23:32:18 john Exp

Definition at line 37 of file cmp.h.


Function Documentation

void EMAN::dump_cmps  ) 
 

Definition at line 1302 of file cmp.cpp.

01303 {
01304         dump_factory < Cmp > ();
01305 }

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

Definition at line 1307 of file cmp.cpp.

01308 {
01309         return dump_factory_list < Cmp > ();
01310 }


Generated on Tue Jul 12 13:49:12 2011 for EMAN2 by  doxygen 1.3.9.1