![]() |
My Project
|
This is the complete list of members for Ransac< MODEL, PARAMETER >, including all inherited members.
| _doEstimate(void **params, int param_c, void *model) | Ransac< MODEL, PARAMETER > | inlineprotectedvirtual |
| _doEstimate(int *params, int param_c, void *model) (defined in RansacImpl) | RansacImpl | inlineprotectedvirtual |
| _doSupports(void *param, void *model) | Ransac< MODEL, PARAMETER > | inlineprotectedvirtual |
| _doSupports(int param, void *model) (defined in RansacImpl) | RansacImpl | inlineprotectedvirtual |
| _estimate(void *params, int param_c, int support_limit, int max_rounds, void *model) (defined in RansacImpl) | RansacImpl | protected |
| _estimate(int param_c, int support_limit, int max_rounds, void *model) (defined in RansacImpl) | RansacImpl | protected |
| _refine(void *params, int param_c, int support_limit, int max_rounds, void *model, char *inlier_mask=NULL) (defined in RansacImpl) | RansacImpl | protected |
| _refine(int param_c, int support_limit, int max_rounds, void *model, char *inlier_mask=NULL) (defined in RansacImpl) | RansacImpl | protected |
| doEstimate(PARAMETER **params, int param_c, MODEL *model)=0 | Ransac< MODEL, PARAMETER > | protectedpure virtual |
| doSupports(PARAMETER *param, MODEL *model)=0 | Ransac< MODEL, PARAMETER > | protectedpure virtual |
| estimate(PARAMETER *params, int param_c, int support_limit, int max_rounds, MODEL *model) | Ransac< MODEL, PARAMETER > | inline |
| estimateRequiredRounds(float success_propability, float inlier_percentage) | RansacImpl | |
| hypothesis (defined in RansacImpl) | RansacImpl | protected |
| indices | RansacImpl | protected |
| max_params (defined in RansacImpl) | RansacImpl | protected |
| min_params (defined in RansacImpl) | RansacImpl | protected |
| Ransac(int min_params, int max_params) | Ransac< MODEL, PARAMETER > | inline |
| RansacImpl(int min_params, int max_params, int sizeof_param, int sizeof_model) (defined in RansacImpl) | RansacImpl | protected |
| RansacImpl(int min_params, int max_params, int sizeof_model) (defined in RansacImpl) | RansacImpl | protected |
| refine(PARAMETER *params, int param_c, int support_limit, int max_rounds, MODEL *model, char *inlier_mask=NULL) | Ransac< MODEL, PARAMETER > | inline |
| samples (defined in RansacImpl) | RansacImpl | protected |
| sizeof_model (defined in RansacImpl) | RansacImpl | protected |
| sizeof_param (defined in RansacImpl) | RansacImpl | protected |
| ~Ransac() (defined in Ransac< MODEL, PARAMETER >) | Ransac< MODEL, PARAMETER > | inlinevirtual |
| ~RansacImpl() (defined in RansacImpl) | RansacImpl | protectedvirtual |