Home
last modified time | relevance | path

Searched refs:xheight_evidence (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dmakerow.cpp1309 row_asc_xheights.add(static_cast<int32_t>(row->xheight), row->xheight_evidence); in compute_block_xheight()
1310 row_asc_ascrise.add(static_cast<int32_t>(row->ascrise), row->xheight_evidence); in compute_block_xheight()
1311 row_asc_descdrop.add(static_cast<int32_t>(-row->descdrop), row->xheight_evidence); in compute_block_xheight()
1313 row_desc_xheights.add(static_cast<int32_t>(row->xheight), row->xheight_evidence); in compute_block_xheight()
1314 row_desc_descdrop.add(static_cast<int32_t>(-row->descdrop), row->xheight_evidence); in compute_block_xheight()
1402 row->xheight_evidence = compute_xheight_from_modes( in compute_row_xheight()
1408 static_cast<float>(compute_row_descdrop(row, gradient, row->xheight_evidence, &heights)); in compute_row_xheight()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dblobbox.cpp724 y_origin, xheight_evidence, ascrise, descdrop, body_size, min_space, max_nonspace, in print()
842 xheight_evidence = 0; in clear()
H A Dblobbox.h664 int xheight_evidence; // number of blobs of height xheight variable