/dports/graphics/tesseract/tesseract-5.0.0/src/textord/ |
H A D | workingpartset.h | 58 TO_BLOCK_LIST *to_blocks); 62 void InsertCompletedBlocks(BLOCK_LIST *blocks, TO_BLOCK_LIST *to_blocks); 80 TO_BLOCK_LIST to_blocks_;
|
H A D | textord.h | 37 class TO_BLOCK_LIST; variable 92 BLOBNBOX_LIST *diacritic_blobs, BLOCK_LIST *blocks, TO_BLOCK_LIST *to_blocks); 107 TO_BLOCK_LIST *blocks // blocks on page 116 void find_components(Image pix, BLOCK_LIST *blocks, TO_BLOCK_LIST *to_blocks); 117 void filter_blobs(ICOORD page_tr, TO_BLOCK_LIST *blocks, bool testing_on); 131 TO_BLOCK_LIST *to_blocks);
|
H A D | topitch.h | 38 TO_BLOCK_LIST *port_blocks, // input list 45 TO_BLOCK_LIST *blocks, // blocks to scan 60 TO_BLOCK_LIST *port_blocks, // input list
|
H A D | colfind.h | 161 BLOCK_LIST *blocks, BLOBNBOX_LIST *diacritic_blobs, TO_BLOCK_LIST *to_blocks); 256 void TransformToBlocks(BLOCK_LIST *blocks, TO_BLOCK_LIST *to_blocks); 278 void RotateAndReskewBlocks(bool input_is_rtl, TO_BLOCK_LIST *to_blocks);
|
H A D | makerow.h | 109 float make_single_row(ICOORD page_tr, bool allow_sub_blobs, TO_BLOCK *block, TO_BLOCK_LIST *blocks); 111 TO_BLOCK_LIST *port_blocks); 117 void compute_page_skew(TO_BLOCK_LIST *blocks, // list of blocks
|
H A D | baselinedetect.h | 33 class TO_BLOCK_LIST; variable 241 BaselineDetect(int debug_level, const FCOORD &page_skew, TO_BLOCK_LIST *blocks);
|
H A D | workingpartset.cpp | 56 BLOCK_LIST *blocks, TO_BLOCK_LIST *to_blocks) { in ExtractCompletedBlocks() 68 void WorkingPartSet::InsertCompletedBlocks(BLOCK_LIST *blocks, TO_BLOCK_LIST *to_blocks) { in InsertCompletedBlocks()
|
H A D | cjkpitch.h | 71 TO_BLOCK_LIST *port_blocks); // input list
|
H A D | tordmain.h | 34 void assign_blobs_to_blocks2(Image pix, BLOCK_LIST *blocks, TO_BLOCK_LIST *port_blocks);
|
H A D | wordseg.h | 37 TO_BLOCK_LIST *port_blocks); // output list
|
H A D | colpartitiongrid.h | 119 void ExtractPartitionsAsBlocks(BLOCK_LIST *blocks, TO_BLOCK_LIST *to_blocks);
|
H A D | cjkpitch.cpp | 953 FPAnalyzer(ICOORD page_tr, TO_BLOCK_LIST *port_blocks); 1031 FPAnalyzer::FPAnalyzer(ICOORD page_tr, TO_BLOCK_LIST *port_blocks) in FPAnalyzer() 1103 void compute_fixed_pitch_cjk(ICOORD page_tr, TO_BLOCK_LIST *port_blocks) { in compute_fixed_pitch_cjk()
|
H A D | tordmain.cpp | 164 TO_BLOCK_LIST *port_blocks) { // output list in assign_blobs_to_blocks2() 211 void Textord::find_components(Image pix, BLOCK_LIST *blocks, TO_BLOCK_LIST *to_blocks) { in find_components() 239 TO_BLOCK_LIST *blocks, // output list in filter_blobs()
|
H A D | textord.cpp | 180 TO_BLOCK_LIST *to_blocks) { in TextordPage()
|
H A D | colfind.cpp | 289 BLOBNBOX_LIST *diacritic_blobs, TO_BLOCK_LIST *to_blocks) { in FindBlocks() 1432 void ColumnFinder::TransformToBlocks(BLOCK_LIST *blocks, TO_BLOCK_LIST *to_blocks) { in TransformToBlocks() 1553 void ColumnFinder::RotateAndReskewBlocks(bool input_is_rtl, TO_BLOCK_LIST *blocks) { in RotateAndReskewBlocks()
|
H A D | topitch.cpp | 76 TO_BLOCK_LIST *port_blocks, // input list in compute_fixed_pitch() 146 TO_BLOCK_LIST *blocks, // blocks to scan in fix_row_pitch() 373 TO_BLOCK_LIST *port_blocks, // input list in try_doc_fixed()
|
H A D | colpartition.h | 659 TO_BLOCK_LIST *to_blocks); in CLISTIZEH()
|
H A D | colpartitionset.cpp | 531 TO_BLOCK_LIST to_blocks; in ChangeWorkColumns()
|
H A D | wordseg.cpp | 103 TO_BLOCK_LIST *port_blocks) { // output list in make_words()
|
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/ |
H A D | pagesegmain.cpp | 136 TO_BLOCK_LIST to_blocks; in SegmentPage() 201 int Tesseract::AutoPageSeg(PageSegMode pageseg_mode, BLOCK_LIST *blocks, TO_BLOCK_LIST *to_blocks, in AutoPageSeg() 207 TO_BLOCK_LIST temp_blocks; in AutoPageSeg() 274 OSResults *osr, TO_BLOCK_LIST *to_blocks, in SetupPageSegAndDetectOrientation()
|
H A D | osdetect.cpp | 160 TO_BLOCK_LIST *to_blocks) { in remove_nontext_regions() 207 TO_BLOCK_LIST land_blocks, port_blocks; in orientation_and_script_detection() 225 int os_detect(TO_BLOCK_LIST *port_blocks, OSResults *osr, tesseract::Tesseract *tess) { in os_detect()
|
H A D | tesseractclass.h | 65 class TO_BLOCK_LIST; variable 331 int AutoPageSeg(PageSegMode pageseg_mode, BLOCK_LIST *blocks, TO_BLOCK_LIST *to_blocks, 335 TO_BLOCK_LIST *to_blocks, Image *photo_mask_pix,
|
/dports/graphics/tesseract/tesseract-5.0.0/include/tesseract/ |
H A D | osdetect.h | 32 class TO_BLOCK_LIST; variable 124 int os_detect(TO_BLOCK_LIST *port_blocks, OSResults *osr,
|
/dports/graphics/tesseract/tesseract-5.0.0/unittest/ |
H A D | textlineprojection_test.cc | 94 TO_BLOCK_LIST temp_blocks; in SetupProjection() 101 TO_BLOCK_LIST to_blocks; in SetupProjection()
|
H A D | equationdetect_test.cc | 191 TO_BLOCK_LIST to_blocks; in TEST_F()
|