#include "kdtree.h"
#include "oldlist.h"
Go to the source code of this file.
|
CLUSTERER * | tesseract::MakeClusterer (int16_t SampleSize, const PARAM_DESC ParamDesc[]) |
|
SAMPLE * | tesseract::MakeSample (CLUSTERER *Clusterer, const float *Feature, uint32_t CharID) |
|
LIST | tesseract::ClusterSamples (CLUSTERER *Clusterer, CLUSTERCONFIG *Config) |
|
void | tesseract::FreeClusterer (CLUSTERER *Clusterer) |
|
void | tesseract::FreeProtoList (LIST *ProtoList) |
|
void | tesseract::FreePrototype (void *arg) |
|
CLUSTER * | tesseract::NextSample (LIST *SearchState) |
|
float | tesseract::Mean (PROTOTYPE *Proto, uint16_t Dimension) |
|
float | tesseract::StandardDeviation (PROTOTYPE *Proto, uint16_t Dimension) |
|
int32_t | tesseract::MergeClusters (int16_t N, PARAM_DESC ParamDesc[], int32_t n1, int32_t n2, float m[], float m1[], float m2[]) |
|
◆ InitSampleSearch
#define InitSampleSearch |
( |
|
S, |
|
|
|
C |
|
) |
| (((C) == nullptr) ? (S = NIL_LIST) : (S = push(NIL_LIST, (C)))) |
◆ MAXBUCKETS
◆ MINBUCKETS