Home
last modified time | relevance | path

Searched refs:num_table_cells_ (Results 1 – 2 of 2) sorted by relevance

/external/tesseract/textord/
Dtablefind.h45 ColSegment() : num_table_cells_(0), num_text_cells_(0), in CLISTIZEH()
76 return num_table_cells_; in CLISTIZEH()
81 num_table_cells_ = n; in CLISTIZEH()
113 int num_table_cells_; in CLISTIZEH() local
Dtablefind.cpp1350 if (num_table_cells_ > kTableColumnThreshold * num_text_cells_) in set_type()
1352 else if (num_text_cells_ > num_table_cells_) in set_type()