IMP  2.3.1
The Integrative Modeling Platform
ProjectionFinder.h File Reference

Coarse registration of 2D projections from a 3D volume. More...

#include "IMP/em2d/em2d_config.h"
#include "IMP/em2d/RegistrationResult.h"
#include "IMP/em2d/align2D.h"
#include "IMP/em2d/project.h"
#include "IMP/em2d/ProjectionMask.h"
#include "IMP/em2d/opencv_interface.h"
#include "IMP/em2d/Image.h"
#include "IMP/em2d/scores2D.h"
#include "IMP/em2d/PolarResamplingParameters.h"
#include "IMP/algebra/Vector3D.h"
#include "IMP/algebra/Vector2D.h"
#include "IMP/algebra/Rotation3D.h"
#include "IMP/algebra/Rotation2D.h"
#include "IMP/base/Pointer.h"
#include "IMP/Particle.h"
#include <string>
+ Include dependency graph for ProjectionFinder.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::em2d::Em2DRestraintParameters
 Parameters used by Em2DRestraint and ProjectionFinder. More...
 
class  IMP::em2d::ProjectionFinder
 Class to perform registration of model projections to images. More...
 

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::em2d
 Restraints using electron microscopy 2D images (class averages).
 

Typedefs

typedef IMP::base::Vector
< Em2DRestraintParameters > 
IMP::em2d::Em2DRestraintParametersList
 
typedef IMP::base::Vector
< IMP::base::Pointer
< ProjectionFinder > > 
IMP::em2d::ProjectionFinders
 
typedef IMP::base::Vector
< IMP::base::WeakPointer
< ProjectionFinder > > 
IMP::em2d::ProjectionFindersTemp
 

Variables

const unsigned int IMP::em2d::ALIGN2D_NO_PREPROCESSING = 0
 Methods for registration used by the finder. More...
 
const unsigned int IMP::em2d::ALIGN2D_PREPROCESSING = 1
 
const unsigned int IMP::em2d::ALIGN2D_WITH_CENTERS = 2
 

Detailed Description

Coarse registration of 2D projections from a 3D volume.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file ProjectionFinder.h.