IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
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/Pointer.h"
#include "IMP/Particle.h"
#include <string>
#include <cereal/access.hpp>
#include <cereal/types/base_class.hpp>
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 | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::em2d | |
Restraints using electron microscopy 2D images (class averages). | |
Typedefs | |
typedef IMP::Vector < Em2DRestraintParameters > | IMP::em2d::Em2DRestraintParametersList |
typedef IMP::Vector < IMP::Pointer < ProjectionFinder > > | IMP::em2d::ProjectionFinders |
typedef IMP::Vector < IMP::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 |
Coarse registration of 2D projections from a 3D volume.
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file ProjectionFinder.h.