#include <ransac_matching.h>
Classes | |
class | Param |
Public Types | |
typedef BaseFeature< MeshType > | FeatureType |
typedef MeshType::ScalarType | ScalarType |
typedef MeshType::VertexType | VertexType |
Public Member Functions | |
FeatureType & | ff (int i) |
int | ffNum () const |
void | getMatchingFixFeatureVec (FeatureType &q, vector< int > &ffiVec, size_t maxMatchingFeature) |
void | Init (MeshType &fix, MeshType &mov, std::vector< VertexType * > &fixSampleVec, std::vector< VertexType * > &movSampleVec, Param &fpp) |
FeatureType & | mf (int i) |
int | mfNum () const |
Public Attributes | |
std::vector< FeatureType > | fixFeatureVec |
std::vector< FeatureType > | movFeatureVec |
Definition at line 49 of file ransac_matching.h.
typedef BaseFeature<MeshType> vcg::BaseFeatureSet< MeshType >::FeatureType |
Definition at line 52 of file ransac_matching.h.
typedef MeshType::ScalarType vcg::BaseFeatureSet< MeshType >::ScalarType |
Definition at line 54 of file ransac_matching.h.
typedef MeshType::VertexType vcg::BaseFeatureSet< MeshType >::VertexType |
Definition at line 53 of file ransac_matching.h.
FeatureType& vcg::BaseFeatureSet< MeshType >::ff | ( | int | i | ) | [inline] |
Definition at line 71 of file ransac_matching.h.
int vcg::BaseFeatureSet< MeshType >::ffNum | ( | ) | const [inline] |
Definition at line 73 of file ransac_matching.h.
void vcg::BaseFeatureSet< MeshType >::getMatchingFixFeatureVec | ( | FeatureType & | q, |
vector< int > & | ffiVec, | ||
size_t | maxMatchingFeature | ||
) | [inline] |
Definition at line 95 of file ransac_matching.h.
void vcg::BaseFeatureSet< MeshType >::Init | ( | MeshType & | fix, |
MeshType & | mov, | ||
std::vector< VertexType * > & | fixSampleVec, | ||
std::vector< VertexType * > & | movSampleVec, | ||
Param & | fpp | ||
) | [inline] |
Definition at line 76 of file ransac_matching.h.
FeatureType& vcg::BaseFeatureSet< MeshType >::mf | ( | int | i | ) | [inline] |
Definition at line 72 of file ransac_matching.h.
int vcg::BaseFeatureSet< MeshType >::mfNum | ( | ) | const [inline] |
Definition at line 74 of file ransac_matching.h.
std::vector<FeatureType> vcg::BaseFeatureSet< MeshType >::fixFeatureVec |
Definition at line 68 of file ransac_matching.h.
std::vector<FeatureType> vcg::BaseFeatureSet< MeshType >::movFeatureVec |
Definition at line 69 of file ransac_matching.h.