tesseract 5.2.0
Loading...
Searching...
No Matches
tesseract::Cluster Struct Reference

Public Member Functions

 Cluster ()
 
 Cluster (int cen, int num)
 

Public Attributes

int center
 
int count
 

Detailed Description

Definition at line 697 of file paragraphs.cpp.

Constructor & Destructor Documentation

◆ Cluster() [1/2]

tesseract::Cluster::Cluster ( )
inline

Definition at line 698 of file paragraphs.cpp.

◆ Cluster() [2/2]

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

Definition at line 699 of file paragraphs.cpp.

699: center(cen), count(num) {}

Member Data Documentation

◆ center

int tesseract::Cluster::center

Definition at line 701 of file paragraphs.cpp.

◆ count

int tesseract::Cluster::count

Definition at line 702 of file paragraphs.cpp.


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