Xmipp  v3.23.11-Nereus
Classes | Typedefs | Functions
tomo_align_tilt_series.h File Reference
#include "core/matrix1d.h"
#include "core/matrix2d.h"
#include "core/metadata_vec.h"
#include "core/multidim_array.h"
#include "core/xmipp_program.h"
Include dependency graph for tomo_align_tilt_series.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Landmark
 
class  ProgTomographAlignment
 
class  Alignment
 

Typedefs

typedef std::vector< LandmarkLandmarkChain
 

Functions

double computeAffineTransformation (const MultidimArray< unsigned char > &I1, const MultidimArray< unsigned char > &I2, int maxShift, int maxIterDE, const FileName &fn_affine, Matrix2D< double > &A12, Matrix2D< double > &A21, bool show, double thresholdAffine, bool globalAffine, bool isMirror, bool checkRotation)
 
double computeAffineTransformation (const MultidimArray< double > &I1, const MultidimArray< double > &I2, int maxShift, int maxIterDE, Matrix2D< double > &A12, Matrix2D< double > &A21, bool show, double thresholdAffine, bool globalAffine, bool isMirror, int pyramidLevel)