Home
last modified time | relevance | path

Searched refs:TO_BLOCK_LIST (Results 1 – 22 of 22) sorted by relevance

/external/tesseract/textord/
Dtordmain.h83 TO_BLOCK_LIST *land_blocks,
84 TO_BLOCK_LIST *port_blocks,
89 TO_BLOCK_LIST *land_blocks, //rotated for landscape
90 TO_BLOCK_LIST *port_blocks //output list
94 TO_BLOCK_LIST *blocks, //output list
112 TO_BLOCK_LIST *land_blocks, //rotated for landscape
113 TO_BLOCK_LIST *port_blocks, //output list
Dworkingpartset.h61 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks);
65 void InsertCompletedBlocks(BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks);
83 TO_BLOCK_LIST to_blocks_;
Dcolfind.h76 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks);
367 void TransformToBlocks(BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks);
374 void RotateAndReskewBlocks(TO_BLOCK_LIST* to_blocks);
379 void MoveSmallBlobs(BLOBNBOX_LIST* bblobs, TO_BLOCK_LIST* to_blocks);
Dwordseg.h42 TO_BLOCK_LIST *land_blocks, //rotated for landscape
43 TO_BLOCK_LIST *port_blocks, //output list
Dtopitch.h48 TO_BLOCK_LIST *port_blocks, //input list
57 TO_BLOCK_LIST *blocks, //blocks to scan
75 TO_BLOCK_LIST *port_blocks, //input list
Dmakerow.h140 TO_BLOCK_LIST* blocks, tesseract::Tesseract* tess);
144 TO_BLOCK_LIST *land_blocks, //rotated for landscape
145 TO_BLOCK_LIST *port_blocks, //output list
158 TO_BLOCK_LIST *blocks, //list of blocks
Dpagesegmain.cpp100 TO_BLOCK_LIST land_blocks, port_blocks; in SegmentPage()
174 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks) { in AutoPageSeg()
219 TO_BLOCK_LIST land_blocks, port_blocks; in AutoPageSeg()
Dworkingpartset.cpp60 TO_BLOCK_LIST* to_blocks) { in ExtractCompletedBlocks()
73 TO_BLOCK_LIST* to_blocks) { in InsertCompletedBlocks()
Dtordmain.cpp119 TO_BLOCK_LIST *land_blocks, in find_components()
120 TO_BLOCK_LIST *port_blocks, in find_components()
316 TO_BLOCK_LIST *land_blocks, // ** unused ** in assign_blobs_to_blocks2()
317 TO_BLOCK_LIST *port_blocks //output list in assign_blobs_to_blocks2()
368 TO_BLOCK_LIST *blocks, //output list in filter_blobs()
543 TO_BLOCK_LIST *land_blocks, //rotated for landscape in textord_page()
544 TO_BLOCK_LIST *port_blocks, //output list in textord_page()
Dtospace.h120 TO_BLOCK_LIST *blocks //blocks on page
Dwordseg.cpp103 TO_BLOCK_LIST *land_blocks, //rotated for landscape in make_words()
104 TO_BLOCK_LIST *port_blocks, //output list in make_words()
Dcolpartition.h400 TO_BLOCK_LIST* to_blocks); in CLISTIZEH()
Dcolfind.cpp137 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks) { in FindBlocks()
1719 TO_BLOCK_LIST* to_blocks) { in TransformToBlocks()
1771 void ColumnFinder::RotateAndReskewBlocks(TO_BLOCK_LIST* blocks) { in RotateAndReskewBlocks()
1834 TO_BLOCK_LIST* to_blocks) { in MoveSmallBlobs()
Dtopitch.cpp74 TO_BLOCK_LIST *port_blocks, //input list in compute_fixed_pitch()
144 TO_BLOCK_LIST *blocks, //blocks to scan in fix_row_pitch()
400 TO_BLOCK_LIST *port_blocks, //input list in try_doc_fixed()
Dmakerow.cpp109 float make_single_row(ICOORD page_tr, TO_BLOCK* block, TO_BLOCK_LIST* blocks, in make_single_row()
158 TO_BLOCK_LIST *land_blocks, //rotated for landscape in make_rows()
159 TO_BLOCK_LIST *port_blocks, //output list in make_rows()
272 TO_BLOCK_LIST *blocks, //list of blocks in compute_page_skew()
Dcolpartitionset.cpp564 TO_BLOCK_LIST to_blocks; in ChangeWorkColumns()
Dcolpartition.cpp672 TO_BLOCK_LIST to_blocks; in AddToWorkingSet()
696 TO_BLOCK_LIST* to_blocks) { in LineSpacingBlocks()
Dtospace.cpp116 TO_BLOCK_LIST *blocks //blocks on page in to_spacing()
/external/tesseract/ccmain/
Dosdetect.h25 class TO_BLOCK_LIST; variable
95 bool os_detect(TO_BLOCK_LIST* port_blocks,
Dosdetect.cpp73 TO_BLOCK_LIST land_blocks, port_blocks; in orientation_and_script_detection()
90 bool os_detect(TO_BLOCK_LIST* port_blocks, OSResults* osr, in os_detect()
Dtesseractclass.h35 class TO_BLOCK_LIST; variable
99 BLOCK_LIST* blocks, TO_BLOCK_LIST* to_blocks);
Dpgedit.cpp751 TO_BLOCK_LIST land_blocks, port_blocks; in pgeditor_read_file()