|
tesseract v5.3.3.20231005
|
#include <intfeaturedist.h>
Public Member Functions | |
| IntFeatureDist () | |
| ~IntFeatureDist () | |
| void | Init (const IntFeatureMap *feature_map) |
| void | Set (const std::vector< int > &indexed_features, int canonical_count, bool value) |
| double | FeatureDistance (const std::vector< int > &features) const |
| double | DebugFeatureDistance (const std::vector< int > &features) const |
Definition at line 38 of file intfeaturedist.h.
| tesseract::IntFeatureDist::IntFeatureDist | ( | ) |
Definition at line 24 of file intfeaturedist.cpp.
| tesseract::IntFeatureDist::~IntFeatureDist | ( | ) |
Definition at line 32 of file intfeaturedist.cpp.
| double tesseract::IntFeatureDist::DebugFeatureDistance | ( | const std::vector< int > & | features | ) | const |
Definition at line 102 of file intfeaturedist.cpp.
| double tesseract::IntFeatureDist::FeatureDistance | ( | const std::vector< int > & | features | ) | const |
Definition at line 80 of file intfeaturedist.cpp.
| void tesseract::IntFeatureDist::Init | ( | const IntFeatureMap * | feature_map | ) |
Definition at line 37 of file intfeaturedist.cpp.
| void tesseract::IntFeatureDist::Set | ( | const std::vector< int > & | indexed_features, |
| int | canonical_count, | ||
| bool | value | ||
| ) |
Definition at line 52 of file intfeaturedist.cpp.