#include <CRForestEstimator.h>
Public Member Functions | |
bool | operator< (const Vote &a) const |
Public Attributes | |
const float * | conf |
const float * | trace |
cv::Vec< float, POSE_SIZE > | vote |
Definition at line 7 of file CRForestEstimator.h.
bool Vote::operator< | ( | const Vote & | a | ) | const [inline] |
Definition at line 12 of file CRForestEstimator.h.
const float* Vote::conf |
Definition at line 11 of file CRForestEstimator.h.
const float* Vote::trace |
Definition at line 10 of file CRForestEstimator.h.
cv::Vec<float,POSE_SIZE> Vote::vote |
Definition at line 9 of file CRForestEstimator.h.