Home
last modified time | relevance | path

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

12

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dworkingpartset.h58 TO_BLOCK_LIST *to_blocks);
62 void InsertCompletedBlocks(BLOCK_LIST *blocks, TO_BLOCK_LIST *to_blocks);
80 TO_BLOCK_LIST to_blocks_;
H A Dtextord.h37 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 Dtopitch.h38 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 Dcolfind.h161 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 Dmakerow.h109 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 Dbaselinedetect.h33 class TO_BLOCK_LIST; variable
241 BaselineDetect(int debug_level, const FCOORD &page_skew, TO_BLOCK_LIST *blocks);
H A Dworkingpartset.cpp56 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 Dcjkpitch.h71 TO_BLOCK_LIST *port_blocks); // input list
H A Dtordmain.h34 void assign_blobs_to_blocks2(Image pix, BLOCK_LIST *blocks, TO_BLOCK_LIST *port_blocks);
H A Dwordseg.h37 TO_BLOCK_LIST *port_blocks); // output list
H A Dcolpartitiongrid.h119 void ExtractPartitionsAsBlocks(BLOCK_LIST *blocks, TO_BLOCK_LIST *to_blocks);
H A Dcjkpitch.cpp953 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 Dtordmain.cpp164 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 Dtextord.cpp180 TO_BLOCK_LIST *to_blocks) { in TextordPage()
H A Dcolfind.cpp289 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 Dtopitch.cpp76 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 Dcolpartition.h659 TO_BLOCK_LIST *to_blocks); in CLISTIZEH()
H A Dcolpartitionset.cpp531 TO_BLOCK_LIST to_blocks; in ChangeWorkColumns()
H A Dwordseg.cpp103 TO_BLOCK_LIST *port_blocks) { // output list in make_words()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dpagesegmain.cpp136 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 Dosdetect.cpp160 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 Dtesseractclass.h65 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 Dosdetect.h32 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 Dtextlineprojection_test.cc94 TO_BLOCK_LIST temp_blocks; in SetupProjection()
101 TO_BLOCK_LIST to_blocks; in SetupProjection()
H A Dequationdetect_test.cc191 TO_BLOCK_LIST to_blocks; in TEST_F()

12