tesseract
5.0.0-alpha-619-ge9db
|
#include <paragraphs_internal.h>
Public Member Functions | |
ParagraphTheory (GenericVector< ParagraphModel * > *models) | |
GenericVector< ParagraphModel * > & | models () |
const GenericVector< ParagraphModel * > & | models () const |
const ParagraphModel * | AddModel (const ParagraphModel &model) |
void | DiscardUnusedModels (const SetOfModels &used_models) |
void | NonCenteredModels (SetOfModels *models) |
const ParagraphModel * | Fits (const GenericVector< RowScratchRegisters > *rows, int start, int end) const |
int | IndexOf (const ParagraphModel *model) const |
Definition at line 191 of file paragraphs_internal.h.
|
inlineexplicit |
Definition at line 195 of file paragraphs_internal.h.
const ParagraphModel * tesseract::ParagraphTheory::AddModel | ( | const ParagraphModel & | model | ) |
Definition at line 1240 of file paragraphs.cpp.
void tesseract::ParagraphTheory::DiscardUnusedModels | ( | const SetOfModels & | used_models | ) |
Definition at line 1251 of file paragraphs.cpp.
const ParagraphModel * tesseract::ParagraphTheory::Fits | ( | const GenericVector< RowScratchRegisters > * | rows, |
int | start, | ||
int | end | ||
) | const |
Definition at line 1265 of file paragraphs.cpp.
int tesseract::ParagraphTheory::IndexOf | ( | const ParagraphModel * | model | ) | const |
Definition at line 1284 of file paragraphs.cpp.
|
inline |
Definition at line 197 of file paragraphs_internal.h.
|
inline |
Definition at line 198 of file paragraphs_internal.h.
void tesseract::ParagraphTheory::NonCenteredModels | ( | SetOfModels * | models | ) |
Definition at line 1276 of file paragraphs.cpp.