tesseract  5.0.0-alpha-619-ge9db
tesseract::Cluster Struct Reference

Public Member Functions

 Cluster ()
 
 Cluster (int cen, int num)
 

Public Attributes

int center
 
int count
 

Detailed Description

Definition at line 672 of file paragraphs.cpp.

Constructor & Destructor Documentation

◆ Cluster() [1/2]

tesseract::Cluster::Cluster ( )
inline

Definition at line 673 of file paragraphs.cpp.

673 :
674  int max_cluster_width_;

◆ Cluster() [2/2]

tesseract::Cluster::Cluster ( int  cen,
int  num 
)
inline

Definition at line 674 of file paragraphs.cpp.

679 {

Member Data Documentation

◆ center

int tesseract::Cluster::center

Definition at line 676 of file paragraphs.cpp.

◆ count

int tesseract::Cluster::count

Definition at line 677 of file paragraphs.cpp.


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