tesseract v5.3.3.20231005
tesseract::CLUSTERER Struct Reference

#include <cluster.h>

Public Attributes

int16_t SampleSize
 
PARAM_DESCParamDesc
 
int32_t NumberOfSamples
 
KDTREEKDTree
 
CLUSTERRoot
 
LIST ProtoList
 
uint32_t NumChar
 
BUCKETSbucket_cache [DISTRIBUTION_COUNT][MAXBUCKETS+1 - MINBUCKETS]
 

Detailed Description

Definition at line 91 of file cluster.h.

Member Data Documentation

◆ bucket_cache

BUCKETS* tesseract::CLUSTERER::bucket_cache[DISTRIBUTION_COUNT][MAXBUCKETS+1 - MINBUCKETS]

Definition at line 100 of file cluster.h.

◆ KDTree

KDTREE* tesseract::CLUSTERER::KDTree

Definition at line 95 of file cluster.h.

◆ NumberOfSamples

int32_t tesseract::CLUSTERER::NumberOfSamples

Definition at line 94 of file cluster.h.

◆ NumChar

uint32_t tesseract::CLUSTERER::NumChar

Definition at line 98 of file cluster.h.

◆ ParamDesc

PARAM_DESC* tesseract::CLUSTERER::ParamDesc

Definition at line 93 of file cluster.h.

◆ ProtoList

LIST tesseract::CLUSTERER::ProtoList

Definition at line 97 of file cluster.h.

◆ Root

CLUSTER* tesseract::CLUSTERER::Root

Definition at line 96 of file cluster.h.

◆ SampleSize

int16_t tesseract::CLUSTERER::SampleSize

Definition at line 92 of file cluster.h.


The documentation for this struct was generated from the following file: