|
Tesseract
3.02
|
#include <intfeaturedist.h>
Public Member Functions | |
| IntFeatureDist () | |
| ~IntFeatureDist () | |
| void | Init (const IntFeatureMap *feature_map) |
| void | Set (const GenericVector< int > &indexed_features, int canonical_count, bool value) |
| double | FeatureDistance (const GenericVector< int > &features) const |
| double | DebugFeatureDistance (const GenericVector< int > &features) const |
Definition at line 39 of file intfeaturedist.h.
| tesseract::IntFeatureDist::IntFeatureDist | ( | ) |
| tesseract::IntFeatureDist::~IntFeatureDist | ( | ) |
Definition at line 31 of file intfeaturedist.cpp.
| double tesseract::IntFeatureDist::DebugFeatureDistance | ( | const GenericVector< int > & | features | ) | const |
Definition at line 98 of file intfeaturedist.cpp.
| double tesseract::IntFeatureDist::FeatureDistance | ( | const GenericVector< int > & | features | ) | const |
Definition at line 75 of file intfeaturedist.cpp.
| void tesseract::IntFeatureDist::Init | ( | const IntFeatureMap * | feature_map | ) |
Definition at line 36 of file intfeaturedist.cpp.
| void tesseract::IntFeatureDist::Set | ( | const GenericVector< int > & | indexed_features, |
| int | canonical_count, | ||
| bool | value | ||
| ) |
Definition at line 51 of file intfeaturedist.cpp.