Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BIAS::MSAC< SolutionType > Member List

This is the complete list of members for BIAS::MSAC< SolutionType >, including all inherited members.

_CalculateSampleCount(double expected_inlier_fraction)BIAS::MSAC< SolutionType >protected
_CalculateTerminateScore(double sigma, double expected_inlier_fraction)BIAS::MSAC< SolutionType >protected
_dExpectedInlierFractionBIAS::MSAC< SolutionType >protected
_dExpectedSigmaBIAS::MSAC< SolutionType >protected
_dTerminateScoreBIAS::MSAC< SolutionType >protected
_GenerateSamplesRandom(int sample_index, std::vector< unsigned int > &which_samples)BIAS::MSAC< SolutionType >protected
_iDataSizeBIAS::MSAC< SolutionType >protected
_iSampleSizeBIAS::MSAC< SolutionType >protected
_iSolutionCountBIAS::MSAC< SolutionType >protected
_liDebugLevelBIAS::Debugprotected
_liNextDebugLevelBIAS::Debugprotected
_MSACConfidenceThreshBIAS::MSAC< SolutionType >protected
_MSACRefineSolutionBIAS::MSAC< SolutionType >protected
_MSACSigmaFacBIAS::MSAC< SolutionType >protected
_String2DebuglevelBIAS::Debugprotected
_zDebugStreamBIAS::Debugprotectedstatic
AddDebugLevel(const long int lv)BIAS::Debuginline
AddDebugLevel(const std::string &name)BIAS::Debuginline
ConsumeNextFreeDebuglevel_()BIAS::Debuginlineprotected
Debug()BIAS::Debuginline
Debug(const Debug &deb)BIAS::Debuginline
DebugLevelIsSet(const long int lv) const BIAS::Debuginline
DebugLevelIsSet(const std::string &name) const BIAS::Debuginline
EvaluateSolution(const SolutionType &solution, std::vector< bool > &inlier, int &num_inliers, double &evaluate_score)BIAS::MSAC< SolutionType >virtual
GenerateSamples(int sample_index, std::vector< unsigned int > &which_samples)BIAS::MSAC< SolutionType >virtual
GetDebugLevel() const BIAS::Debuginline
GetDebugStream() const BIAS::Debuginline
GetDebugStream(std::ostream &os) const BIAS::Debuginline
GetGlobalDebugLevel()BIAS::Debuginlinestatic
GetSampleSolution(std::vector< unsigned int > &which_samples, SolutionType &solutions)BIAS::MSAC< SolutionType >virtual
GlobalDebugLevelBIAS::Debugprotectedstatic
Init(int data_size)BIAS::MSAC< SolutionType >
Init(int data_size, double terminate_score, int solution_count)BIAS::MSAC< SolutionType >
MSAC()BIAS::MSAC< SolutionType >
Name2DebugLevel(const std::string &name) const BIAS::Debuginline
NewDebugLevel(const std::string &name)BIAS::Debuginline
operator=(const Debug &deb)BIAS::Debuginline
PrintDebugLevel(std::ostream &os=std::cout) const BIAS::Debuginline
RefineSolution(std::vector< unsigned int > &which_samples, SolutionType &solution, std::vector< bool > &new_inliers)BIAS::MSAC< SolutionType >virtual
RemoveDebugLevel(const long int lv)BIAS::Debuginline
RemoveDebugLevel(const std::string &name)BIAS::Debuginline
SetDebugLevel(const long int lv)BIAS::Debuginline
SetDebugLevel(const std::string &name)BIAS::Debuginline
SetDebugStream(const std::ostream &os)BIAS::Debuginline
SetGlobalDebugLevel(long int lev)BIAS::Debuginlinestatic
ShowDebugLevel(std::ostream &os=std::cout) const BIAS::Debuginline
SolveMaster(SolutionType &solution, std::vector< bool > &inliers)BIAS::MSAC< SolutionType >
~Debug()BIAS::Debuginline
~MSAC()BIAS::MSAC< SolutionType >virtual