Detailed Description
Definition at line 29 of file model.hpp.
List of all members.
Public Member Functions |
| ModelPart (int id_=0, double confidence_=1.0) |
int | id () const |
| Accessors.
|
double | confidence () const |
jblas::vec const & | app () const |
jblas::sym_mat const & | cov () const |
ViewPartLink const * | view (int id_) const |
std::map< int, ViewPartLink * >
const & | views () const |
double | probabilityDensity (jblas::vec const &v) const |
bool | operator== (ModelPart const &p_) const |
Private Member Functions |
void | update (jblas::vec const &v_) |
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes |
int | m_id |
| Part Id.
|
double | m_confidence |
| Part confidence.
|
jafar::jmath::GaussianVector | m_desc |
| Part descriptor.
|
std::map< int, ViewPartLink * > | m_views |
| vector of views the part belongs to
|
int | m_trCount |
Friends |
class | Model |
| A model of object is made up of the object name, an object loader and an object localizer.
|
class | boost::serialization::access |
The documentation for this class was generated from the following file: