MCPcopy Create free account
hub / github.com/creatale/node-dv / Print

Method Print

deps/tesseract/textord/tabvector.cpp:525–532  ·  view source on GitHub ↗

Print basic information about this tab vector.

Source from the content-addressed store, hash-verified

523
524// Print basic information about this tab vector.
525void TabVector::Print(const char* prefix) {
526 tprintf(
527 "%s %s (%d,%d)->(%d,%d) w=%d s=%d, sort key=%d, boxes=%d,"
528 " partners=%d\n",
529 prefix, kAlignmentNames[alignment_], startpt_.x(), startpt_.y(),
530 endpt_.x(), endpt_.y(), mean_width_, percent_score_, sort_key_,
531 boxes_.length(), partners_.length());
532}
533
534// Print basic information about this tab vector and every box in it.
535void TabVector::Debug(const char* prefix) {

Callers 15

PrintColumnCandidatesMethod · 0.45
AssignColumnsMethod · 0.45
GridSplitPartitionsMethod · 0.45
GridMergePartitionsMethod · 0.45
InsertRemainingNoiseMethod · 0.45
SmoothPartnerRunsMethod · 0.45
ExpandImageIntoPartsFunction · 0.45
FindVerticalAlignmentMethod · 0.45
EvaluateColPartitionMethod · 0.45
HandleClickMethod · 0.45
BestMergeCandidateMethod · 0.45
GridFindMarginsMethod · 0.45

Calls 3

xMethod · 0.45
yMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected