#include <KeyClusterPair.hh>
Public Member Functions | |
KeyClusterPair () | |
KeyClusterPair (KeypointDescriptor *_k, CodebookEntry *_c) | |
KeyClusterPair (KeypointDescriptor *_k, CodebookEntry *_c, float d) | |
~KeyClusterPair () | |
Public Attributes | |
CodebookEntry * | c |
float | dist |
KeypointDescriptor * | k |
Definition at line 17 of file KeyClusterPair.hh.
P::KeyClusterPair::KeyClusterPair | ( | ) | [inline] |
Definition at line 24 of file KeyClusterPair.hh.
P::KeyClusterPair::KeyClusterPair | ( | KeypointDescriptor * | _k, |
CodebookEntry * | _c | ||
) | [inline] |
Definition at line 25 of file KeyClusterPair.hh.
P::KeyClusterPair::KeyClusterPair | ( | KeypointDescriptor * | _k, |
CodebookEntry * | _c, | ||
float | d | ||
) | [inline] |
Definition at line 26 of file KeyClusterPair.hh.
P::KeyClusterPair::~KeyClusterPair | ( | ) | [inline] |
Definition at line 27 of file KeyClusterPair.hh.
Definition at line 21 of file KeyClusterPair.hh.
float P::KeyClusterPair::dist |
Definition at line 22 of file KeyClusterPair.hh.
Definition at line 20 of file KeyClusterPair.hh.