|
Jafar
|
Definition at line 87 of file vcgDeclarations.hpp.
Public Types | |
|
typedef vcg::tri::TriMesh < vcg::vertex::vector_ocf < JfrVertex > , vcg::face::vector_ocf < JfrFace > >::ScalarType | ScalarType |
| a typedef | |
| typedef vcg::Shot< ScalarType > | Shot |
Public Member Functions | |
| JfrMesh (JfrMesh &mesh) | |
| void | addFeature (fdetect_v2::InterestFeature< fdetect_v2::FloatDescriptor > *ft) |
| void | addShot (unsigned int id, const geom::T3D *frame, int width, int height, double u0, double v0, double alphaU, double alphaV, double focal=1., double k1=0., double k2=0., double k3=0., double k4=0.) |
Public Attributes | |
| unsigned int | ftn |
| total number of features | |
|
std::vector < fdetect_v2::InterestFeature < fdetect_v2::FloatDescriptor > * > | features |
| features storage vector | |
|
JfrMesh::PerVertexAttributeHandle < std::vector< unsigned int > > | origines_setter |
| origines setter and getter handlers | |
|
JfrMesh::PerVertexAttributeHandle < std::vector< unsigned int > > | origines_getter |
|
JfrMesh::PerVertexAttributeHandle < unsigned int > | id_setter |
| id getter and setter handlers | |
|
JfrMesh::PerVertexAttributeHandle < unsigned int > | id_getter |
| unsigned int | sn |
| number of shots | |
|
std::map< unsigned int, vcg::Shot< ScalarType > > | shots |
| map storage of shots | |
| Generated on Wed Oct 15 2014 00:37:43 for Jafar by doxygen 1.7.6.1 |
|