#include <ransac_matching.h>
Public Member Functions | |
BaseFeature () | |
MeshType::CoordType | P () |
Public Attributes | |
MeshType::VertexType * | _v |
BaseFeature a no-feature feature
Basically it serve the purpose of evaluating the ransac framework factoring out the goodness of the feature.
Definition at line 39 of file ransac_matching.h.
vcg::BaseFeature< MeshType >::BaseFeature | ( | ) | [inline] |
Definition at line 42 of file ransac_matching.h.
MeshType::CoordType vcg::BaseFeature< MeshType >::P | ( | ) | [inline] |
Definition at line 44 of file ransac_matching.h.
MeshType::VertexType* vcg::BaseFeature< MeshType >::_v |
Definition at line 43 of file ransac_matching.h.