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