, including all inherited members.
| Algorithm(double inlying_data_fraction, ModelType &model, std::vector< bool > &inliers, unsigned int &nModelInlierNumber, double &dbModelScore) | jafar::model3d::RANSAC< ModelType > | |
| ComputeIterationNumber(double inlying_data_fraction, double desired_prob_good, unsigned int sample_length) (defined in jafar::model3d::RANSAC< ModelType >) | jafar::model3d::RANSAC< ModelType > | [private, static] |
| distance(const ModelType &model, unsigned int unIndex)=0 | jafar::model3d::RANSAC< ModelType > | [pure virtual] |
| evaluateModel(const ModelType &model, std::vector< bool > &inlier, unsigned int &unInlierNumber, double &evaluate_score) | jafar::model3d::RANSAC< ModelType > | [virtual] |
| fitSampleModel(std::vector< unsigned int > &sample_data_indices, ModelType &model)=0 | jafar::model3d::RANSAC< ModelType > | [pure virtual] |
| fixIterationNumber(unsigned int uiIterationNumber) | jafar::model3d::RANSAC< ModelType > | [inline] |
| generateRandomSample(std::vector< unsigned int > &sampletable) | jafar::model3d::RANSAC< ModelType > | |
| generateSample(std::vector< unsigned int > &sample_data_indices) | jafar::model3d::RANSAC< ModelType > | [virtual] |
| getInlierDistanceThreshold() | jafar::model3d::RANSAC< ModelType > | [inline] |
| getInlierNumberThreshold() | jafar::model3d::RANSAC< ModelType > | [inline] |
| getModelErrorThreshold() | jafar::model3d::RANSAC< ModelType > | [inline] |
| initialize(unsigned int sample_length) | jafar::model3d::RANSAC< ModelType > | |
| isDegenerate(std::vector< unsigned int > &sample_data_indices) | jafar::model3d::RANSAC< ModelType > | [inline, virtual] |
| m_dbInlierDistanceThreshold | jafar::model3d::RANSAC< ModelType > | [protected] |
| m_dbModelErrorThreshold | jafar::model3d::RANSAC< ModelType > | [protected] |
| m_dbProbabilityOfGoodModel | jafar::model3d::RANSAC< ModelType > | [protected] |
| m_pRandomUIntVect (defined in jafar::model3d::RANSAC< ModelType >) | jafar::model3d::RANSAC< ModelType > | [protected] |
| m_unDataLength | jafar::model3d::RANSAC< ModelType > | [protected] |
| m_unFixedIterationNumber | jafar::model3d::RANSAC< ModelType > | [protected] |
| m_unInlierNumberThreshold | jafar::model3d::RANSAC< ModelType > | [protected] |
| m_unMaxIterationNumber | jafar::model3d::RANSAC< ModelType > | [protected] |
| m_unSampleLength | jafar::model3d::RANSAC< ModelType > | [protected] |
| RANSAC() | jafar::model3d::RANSAC< ModelType > | |
| RANSAC(unsigned int sample_length) | jafar::model3d::RANSAC< ModelType > | |
| setInlierDistanceThreshold(double dbInlierDistanceThreshold) | jafar::model3d::RANSAC< ModelType > | [inline] |
| setInlierNumberThreshold(unsigned int unInlierNumberThreshold) | jafar::model3d::RANSAC< ModelType > | [inline] |
| setMaxIterationNumber(unsigned int unMaxIterationNumber) | jafar::model3d::RANSAC< ModelType > | [inline] |
| setModelErrorThreshold(double dbModelErrorThreshold) | jafar::model3d::RANSAC< ModelType > | [inline] |
| ~RANSAC() (defined in jafar::model3d::RANSAC< ModelType >) | jafar::model3d::RANSAC< ModelType > | [virtual] |