#include <ransac_matching.h>
Public Member Functions | |
ScalarType | err () const |
bool | operator< (const Candidate &cc) const |
Public Attributes | |
int | evalSize |
int | fixInd [3] |
int | inlierNum |
int | movInd [3] |
Matrix44Type | Tr |
Definition at line 292 of file ransac_matching.h.
ScalarType vcg::RansacFramework< MeshType, FeatureSetType >::Candidate::err | ( | ) | const [inline] |
Definition at line 300 of file ransac_matching.h.
bool vcg::RansacFramework< MeshType, FeatureSetType >::Candidate::operator< | ( | const Candidate & | cc | ) | const [inline] |
Definition at line 301 of file ransac_matching.h.
int vcg::RansacFramework< MeshType, FeatureSetType >::Candidate::evalSize |
Definition at line 298 of file ransac_matching.h.
int vcg::RansacFramework< MeshType, FeatureSetType >::Candidate::fixInd[3] |
Definition at line 295 of file ransac_matching.h.
int vcg::RansacFramework< MeshType, FeatureSetType >::Candidate::inlierNum |
Definition at line 297 of file ransac_matching.h.
int vcg::RansacFramework< MeshType, FeatureSetType >::Candidate::movInd[3] |
Definition at line 296 of file ransac_matching.h.
Matrix44Type vcg::RansacFramework< MeshType, FeatureSetType >::Candidate::Tr |
Definition at line 299 of file ransac_matching.h.