EMAN2
|
#include "emobject.h"
Go to the source code of this file.
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::TomoWedgeCccCmp |
Both images should be FFTs. More... | |
class | EMAN::TomoWedgeFscCmp |
Both images should be FFTs. 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::OptSubCmp |
Uses math.sub.optimal to remove the density of the reference from the image as much as possible. 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... | |
class | EMAN::VerticalCmp |
Namespaces | |
namespace | EMAN |
E2Exception class. | |
Functions | |
void | EMAN::dump_cmps () |
map< string, vector< string > > | EMAN::dump_cmps_list () |