Jafar
|
Definition at line 14 of file hypothesis.hpp.
Public Member Functions | |
int | size () const |
bool | operator< (Hypothesis const &h_) const |
overload operator< | |
void | computeProbability () |
jblas::vec | view2Frame () const |
jblas::vec | part2Frame (int i) const |
std::string | toString () const |
Public Attributes | |
std::string | m_label |
model label | |
int | m_view_id |
model view | |
int | m_width |
model view size | |
int | m_height |
double | m_wght |
hypothesis weight | |
double | m_dx |
model pose hypothesis | |
double | m_dy |
double | m_dt |
double | m_ds |
jblas::mat | m_t |
Frame to Model view transformation hypothesis. | |
double | m_err |
transformation error | |
double | m_p |
joint probability of the hypothesis | |
std::vector< jafar::sams::Match > | m_matches |
matches |
Generated on Wed Oct 15 2014 00:37:47 for Jafar by doxygen 1.7.6.1 |