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::TomoFscCmp
 This is a FSC comparitor for tomography. 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.69 2012/04/09 22:04:04 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.69 2012/04/09 22:04:04 john Exp

Definition at line 37 of file cmp.h.


Function Documentation

void EMAN::dump_cmps  ) 
 

Definition at line 1402 of file cmp.cpp.

01403 {
01404         dump_factory < Cmp > ();
01405 }

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

Definition at line 1407 of file cmp.cpp.

01408 {
01409         return dump_factory_list < Cmp > ();
01410 }


Generated on Tue Jun 11 13:40:51 2013 for EMAN2 by  doxygen 1.3.9.1