Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
BIAS::COSAC< SolutionType >::SolStruct Struct Reference

#include <MathAlgo/COSAC.hh>

+ Collaboration diagram for BIAS::COSAC< SolutionType >::SolStruct:

Public Attributes

unsigned eval_index
 evaluation of the solution has taken place up to eval_index More...
 
std::vector< bool > inliers
 inlier indicator for the data in the order given by _EvaluationOrder i.e. More...
 
unsigned num_inliers
 
bool refined
 has a refined version of this solution already been added? More...
 
double score
 
SolutionType solution
 

Detailed Description

template<class SolutionType>
struct BIAS::COSAC< SolutionType >::SolStruct

Definition at line 109 of file COSAC.hh.

Member Data Documentation

template<class SolutionType>
unsigned BIAS::COSAC< SolutionType >::SolStruct::eval_index

evaluation of the solution has taken place up to eval_index

Definition at line 112 of file COSAC.hh.

Referenced by BIAS::COSAC< SolutionType >::GenerateRefinedSolutions_(), and BIAS::COSAC< SolutionType >::GenerateSolutions_().

template<class SolutionType>
std::vector<bool> BIAS::COSAC< SolutionType >::SolStruct::inliers

inlier indicator for the data in the order given by _EvaluationOrder i.e.

inliers[i] indicates if data[i] is an inlier

Definition at line 119 of file COSAC.hh.

Referenced by BIAS::COSAC< SolutionType >::GenerateRefinedSolutions_(), BIAS::COSAC< SolutionType >::GenerateSolutions_(), and BIAS::COSAC< SolutionType >::GetSolution_().

template<class SolutionType>
unsigned BIAS::COSAC< SolutionType >::SolStruct::num_inliers
template<class SolutionType>
bool BIAS::COSAC< SolutionType >::SolStruct::refined

has a refined version of this solution already been added?

Definition at line 121 of file COSAC.hh.

Referenced by BIAS::COSAC< SolutionType >::GenerateRefinedSolutions_(), and BIAS::COSAC< SolutionType >::GenerateSolutions_().

template<class SolutionType>
double BIAS::COSAC< SolutionType >::SolStruct::score
template<class SolutionType>
SolutionType BIAS::COSAC< SolutionType >::SolStruct::solution

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