tesseract  5.0.0-alpha-619-ge9db
CLUSTERER Struct Reference

#include <cluster.h>

Public Attributes

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

Detailed Description

Definition at line 81 of file cluster.h.

Member Data Documentation

◆ bucket_cache

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

Definition at line 90 of file cluster.h.

◆ KDTree

KDTREE* CLUSTERER::KDTree

Definition at line 85 of file cluster.h.

◆ NumberOfSamples

int32_t CLUSTERER::NumberOfSamples

Definition at line 84 of file cluster.h.

◆ NumChar

int32_t CLUSTERER::NumChar

Definition at line 88 of file cluster.h.

◆ ParamDesc

PARAM_DESC* CLUSTERER::ParamDesc

Definition at line 83 of file cluster.h.

◆ ProtoList

LIST CLUSTERER::ProtoList

Definition at line 87 of file cluster.h.

◆ Root

CLUSTER* CLUSTERER::Root

Definition at line 86 of file cluster.h.

◆ SampleSize

int16_t CLUSTERER::SampleSize

Definition at line 82 of file cluster.h.


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