#include <eigenfaces.h>
Public Member Functions | |
| LabelDist (char *str, double d) | |
| bool | operator< (const LabelDist &x) const |
Public Attributes | |
| char * | label |
| double | dist |
Definition at line 37 of file eigenfaces.h.
| EigenFace::LabelDist::LabelDist | ( | char * | str, |
| double | d | ||
| ) | [inline] |
Definition at line 41 of file eigenfaces.h.
| bool EigenFace::LabelDist::operator< | ( | const LabelDist & | x | ) | const [inline] |
Definition at line 42 of file eigenfaces.h.
| double EigenFace::LabelDist::dist |
Definition at line 40 of file eigenfaces.h.
Definition at line 39 of file eigenfaces.h.
1.7.5.1