Classes | Public Types | Public Member Functions | Public Attributes
vcg::BaseFeatureSet< MeshType > Class Template Reference

#include <ransac_matching.h>

List of all members.

Classes

class  Param

Public Types

typedef BaseFeature< MeshType > FeatureType
typedef MeshType::ScalarType ScalarType
typedef MeshType::VertexType VertexType

Public Member Functions

FeatureTypeff (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)
FeatureTypemf (int i)
int mfNum () const

Public Attributes

std::vector< FeatureTypefixFeatureVec
std::vector< FeatureTypemovFeatureVec

Detailed Description

template<class MeshType>
class vcg::BaseFeatureSet< MeshType >

Definition at line 49 of file ransac_matching.h.


Member Typedef Documentation

template<class MeshType >
typedef BaseFeature<MeshType> vcg::BaseFeatureSet< MeshType >::FeatureType

Definition at line 52 of file ransac_matching.h.

template<class MeshType >
typedef MeshType::ScalarType vcg::BaseFeatureSet< MeshType >::ScalarType

Definition at line 54 of file ransac_matching.h.

template<class MeshType >
typedef MeshType::VertexType vcg::BaseFeatureSet< MeshType >::VertexType

Definition at line 53 of file ransac_matching.h.


Member Function Documentation

template<class MeshType >
FeatureType& vcg::BaseFeatureSet< MeshType >::ff ( int  i) [inline]

Definition at line 71 of file ransac_matching.h.

template<class MeshType >
int vcg::BaseFeatureSet< MeshType >::ffNum ( ) const [inline]

Definition at line 73 of file ransac_matching.h.

template<class MeshType >
void vcg::BaseFeatureSet< MeshType >::getMatchingFixFeatureVec ( FeatureType q,
vector< int > &  ffiVec,
size_t  maxMatchingFeature 
) [inline]

Definition at line 95 of file ransac_matching.h.

template<class MeshType >
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.

template<class MeshType >
FeatureType& vcg::BaseFeatureSet< MeshType >::mf ( int  i) [inline]

Definition at line 72 of file ransac_matching.h.

template<class MeshType >
int vcg::BaseFeatureSet< MeshType >::mfNum ( ) const [inline]

Definition at line 74 of file ransac_matching.h.


Member Data Documentation

template<class MeshType >
std::vector<FeatureType> vcg::BaseFeatureSet< MeshType >::fixFeatureVec

Definition at line 68 of file ransac_matching.h.

template<class MeshType >
std::vector<FeatureType> vcg::BaseFeatureSet< MeshType >::movFeatureVec

Definition at line 69 of file ransac_matching.h.


The documentation for this class was generated from the following file:


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:41:10