#include "emobject.h"
#include <gsl/gsl_linalg.h>
Include dependency graph for analyzer.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | EMAN |
Classes | |
class | EMAN::Analyzer |
Analyzer class defines a way to take a List of images as input, and returns a new List of images. More... | |
class | EMAN::KMeansAnalyzer |
KMeansAnalyzer Performs k-means classification on a set of input images (shape/size arbitrary) returned result is a set of classification vectors. More... | |
class | EMAN::SVDAnalyzer |
Singular Value Decomposition from GSL. More... | |
Functions | |
void | EMAN::dump_analyzers () |
map< string, vector< string > > | EMAN::dump_analyzers_list () |