IMP  2.4.0
The Integrative Modeling Platform
Namespaces | Typedefs | Functions
align2D.h File Reference

Alignment of images in 2D Copyright 2007-2015 IMP Inventors. All rights reserved. More...

#include "IMP/em2d/em2d_config.h"
#include "IMP/em2d/PolarResamplingParameters.h"
#include "IMP/algebra/utility.h"
#include "IMP/algebra/Transformation2D.h"
#include "IMP/algebra/Vector2D.h"
#include <algorithm>
#include <vector>
+ Include dependency graph for align2D.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Typedefs

typedef std::pair
< algebra::Transformation2D,
double > 
IMP::em2d::ResultAlign2D
 

Functions

ResultAlign2D IMP::em2d::get_complete_alignment (const cv::Mat &input, cv::Mat &m_to_align, bool apply=false)
 
em2d::ResultAlign2D IMP::em2d::get_complete_alignment_no_preprocessing (const cv::Mat &input, const cv::Mat &INPUT, const cv::Mat &POLAR1, cv::Mat &m_to_align, const cv::Mat &POLAR2, bool apply=false)
 
ResultAlign2D IMP::em2d::get_complete_alignment_with_centers_no_preprocessing (const algebra::Vector2D &center1, const algebra::Vector2D &center2, const cv::Mat &AUTOC_POLAR1, const cv::Mat &AUTOC_POLAR2)
 
em2d::ResultAlign2D IMP::em2d::get_rotational_alignment (const cv::Mat &input, cv::Mat &m_to_align, bool apply=false)
 
ResultAlign2D IMP::em2d::get_rotational_alignment_no_preprocessing (const cv::Mat &POLAR1, const cv::Mat &POLAR2)
 
ResultAlign2D IMP::em2d::get_translational_alignment (const cv::Mat &input, cv::Mat &m_to_align, bool apply=false)
 Aligns two matrices translationally. More...
 
ResultAlign2D IMP::em2d::get_translational_alignment_no_preprocessing (const cv::Mat &M1, const cv::Mat &M2)
 

Detailed Description

Alignment of images in 2D Copyright 2007-2015 IMP Inventors. All rights reserved.

Definition in file align2D.h.