Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members
Alignment::AlignmentEstimation Struct Reference

#include <alignment_estimation.h>

Public Member Functions

 AlignmentEstimation (size_t n)
 

Public Attributes

std::vector< Matrix2D< float > > poses
 
std::vector< float > figuresOfMerit
 

Detailed Description

Definition at line 36 of file alignment_estimation.h.

Constructor & Destructor Documentation

◆ AlignmentEstimation()

Alignment::AlignmentEstimation::AlignmentEstimation ( size_t  n)
inlineexplicit

Definition at line 37 of file alignment_estimation.h.

37  {
38  poses.resize(n);
39  for (auto &m : poses) {
40  m.initIdentity(3);
41  }
42  figuresOfMerit.resize(n);
43  }
int m
std::vector< Matrix2D< float > > poses
int * n

Member Data Documentation

◆ figuresOfMerit

std::vector<float> Alignment::AlignmentEstimation::figuresOfMerit

Definition at line 48 of file alignment_estimation.h.

◆ poses

std::vector<Matrix2D<float> > Alignment::AlignmentEstimation::poses

Definition at line 47 of file alignment_estimation.h.


The documentation for this struct was generated from the following file: