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

This is the complete list of members for BIAS::PlaneRANSAC, including all inherited members.

_bRefineSolutionBIAS::RANSAC< HomgPlane3D >protected
_dBestInlierEvaluateScoreBIAS::RANSAC< HomgPlane3D >protected
_dBestSampleEvaluateScoreBIAS::RANSAC< HomgPlane3D >protected
_dExpectedInlierFractionBIAS::PlaneRANSACprotected
_dInlierDistanceThresholdBIAS::PlaneRANSACprotected
_dLastBestSampleEvaluateScoreBIAS::RANSAC< HomgPlane3D >protected
_dProbabilityOfGoodSolutionBIAS::RANSAC< HomgPlane3D >protected
_dSolutionErrorThresholdBIAS::PlaneRANSACprotected
_dSoSmallSolutionChangeBIAS::RANSAC< HomgPlane3D >protected
_got_solution_flagBIAS::RANSAC< HomgPlane3D >protected
_greedyBIAS::RANSAC< HomgPlane3D >protected
_iBestInlierAcceptCountBIAS::RANSAC< HomgPlane3D >protected
_iBestSampleAcceptCountBIAS::RANSAC< HomgPlane3D >protected
_liDebugLevelBIAS::Debugprotected
_liNextDebugLevelBIAS::Debugprotected
_String2DebuglevelBIAS::Debugprotected
_uiDataSizeBIAS::RANSAC< HomgPlane3D >protected
_uiExplicitSampleNoBIAS::RANSAC< HomgPlane3D >protected
_uiMaxSamplesBIAS::RANSAC< HomgPlane3D >protected
_uiMaxSolutionsPerSampleBIAS::RANSAC< HomgPlane3D >protected
_uiSampleSizeBIAS::RANSAC< HomgPlane3D >protected
_vDataBIAS::PlaneRANSACprotected
_zDebugStreamBIAS::Debugprotectedstatic
AddDebugLevel(const long int lv)BIAS::Debuginline
AddDebugLevel(const std::string &name)BIAS::Debuginline
ComputeSampleCount(double inlying_data_fraction, double desired_prob_good, unsigned int sample_size)BIAS::RANSAC< HomgPlane3D >inlineprotectedstatic
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 HomgPlane3D &solution, bool existing_solution_flag, std::vector< bool > &inlier, int &accept_count, double &evaluate_score, bool &ok_to_terminate_flag)BIAS::PlaneRANSACvirtual
GenerateSamples(int sample_index, std::vector< unsigned int > &which_samples)BIAS::RANSAC< HomgPlane3D >inlinevirtual
GenerateSamplesEvenspace(int sample_index, std::vector< unsigned int > &sample_table)BIAS::RANSAC< HomgPlane3D >inline
GenerateSamplesRandom(int sample_index, std::vector< unsigned int > &sampletable)BIAS::RANSAC< HomgPlane3D >inline
GetDebugLevel() const BIAS::Debuginline
GetDebugStream() const BIAS::Debuginline
GetDebugStream(std::ostream &os) const BIAS::Debuginline
GetFinalScore() constBIAS::RANSAC< HomgPlane3D >inline
GetGlobalDebugLevel()BIAS::Debuginlinestatic
GetSampleSolutions(std::vector< unsigned int > &which_samples, std::vector< HomgPlane3D > &solutions)BIAS::PlaneRANSACvirtual
GlobalDebugLevelBIAS::Debugprotectedstatic
Init(std::vector< HomgPoint3D > &data, double inlier_distance_threshold, bool refine_solution, double expected_inlier_fraction, double solution_error_threshold)BIAS::PlaneRANSAC
RANSAC< HomgPlane3D >::Init(unsigned int sample_size, unsigned int max_solutions_per_sample=1, bool refine_solution=false, bool greedy=false)BIAS::RANSAC< HomgPlane3D >inline
Name2DebugLevel(const std::string &name) const BIAS::Debuginline
NewDebugLevel(const std::string &name)BIAS::Debuginline
operator=(const Debug &deb)BIAS::Debuginline
PlaneRANSAC()BIAS::PlaneRANSAC
PrintDebugLevel(std::ostream &os=std::cout) const BIAS::Debuginline
RANSAC()BIAS::RANSAC< HomgPlane3D >
RANSAC(unsigned int sample_size, unsigned int max_solutions_per_sample=1, bool refine_solution=false, bool greedy=false)BIAS::RANSAC< HomgPlane3D >
RefineSolution(std::vector< unsigned int > &which_samples, HomgPlane3D &solution, std::vector< bool > &new_inliers)BIAS::PlaneRANSACvirtual
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
SetMaxSamples(unsigned int max_samples)BIAS::RANSAC< HomgPlane3D >inline
SetSampleCount(unsigned int uiSamples)BIAS::RANSAC< HomgPlane3D >inline
ShowDebugLevel(std::ostream &os=std::cout) const BIAS::Debuginline
SolveMaster(double inlying_data_fraction, HomgPlane3D &solution, std::vector< bool > &inliers)BIAS::RANSAC< HomgPlane3D >inlinevirtual
~Debug()BIAS::Debuginline
~PlaneRANSAC()BIAS::PlaneRANSAC
~RANSAC()BIAS::RANSAC< HomgPlane3D >virtual