Home
last modified time | relevance | path

Searched refs:blob2 (Results 1 – 15 of 15) sorted by relevance

/external/tesseract/ccstruct/
Dgenblob.cpp37 PBLOB *blob2 = *(PBLOB **) blob2p; in blob_comparator() local
39 return blob1->bounding_box ().left () - blob2->bounding_box ().left (); in blob_comparator()
55 C_BLOB *blob2 = *(C_BLOB **) blob2p; in c_blob_comparator() local
57 return blob1->bounding_box ().left () - blob2->bounding_box ().left (); in c_blob_comparator()
/external/tesseract/ccmain/
Dpaircmp.cpp68 PBLOB *blob2, //other blob in compare_blobs() argument
76 bn_blob2 = blob2->baseline_normalise (row2, &denorm2); in compare_blobs()
92 PBLOB *blob2, //other blob in compare_bln_blobs() argument
101 tblob2 = make_tess_blob (blob2, TRUE); in compare_bln_blobs()
Dblobcmp.cpp41 TBLOB *blob2, in compare_tess_blobs() argument
64 fcount = GetAdaptiveFeatures (blob2, &line_stats2, in compare_tess_blobs()
Dtesseractclass.h479 TBLOB *blob2,
485 PBLOB *blob2, //other blob
490 PBLOB *blob2, //other blob
Ddocqual.h121 BOOL8 crude_match_blobs(PBLOB *blob1, PBLOB *blob2);
Dcontrol.h152 PBLOB *blob2 //source blob
Ddocqual.cpp206 BOOL8 crude_match_blobs(PBLOB *blob1, PBLOB *blob2) { in crude_match_blobs() argument
208 TBOX box2 = blob2->bounding_box (); in crude_match_blobs()
Dcontrol.cpp1243 PBLOB *blob2 //source blob in merge_blobs() argument
1250 outline_it.add_list_after (blob2->out_list ()); in merge_blobs()
/external/tesseract/wordrec/
Dolutil.cpp66 void correct_blob_order(TBLOB *blob1, TBLOB *blob2) { in correct_blob_order() argument
72 blob_origin(blob2, &origin2); in correct_blob_order()
75 temp = blob2->outlines; in correct_blob_order()
76 blob2->outlines = blob1->outlines; in correct_blob_order()
Dchopper.h67 inT16 total_containment(TBLOB *blob1, TBLOB *blob2);
Dolutil.h94 void correct_blob_order(TBLOB *blob1, TBLOB *blob2);
Dchopper.cpp813 inT16 total_containment(TBLOB *blob1, TBLOB *blob2) { in total_containment() argument
820 blob_bounding_box(blob2, &topleft2, &botright2); in total_containment()
/external/tesseract/textord/
Dblobcmpl.h29 PBLOB *blob2, //other blob
Dtordmain.cpp994 BLOBNBOX *blob2 = *(BLOBNBOX **) item2; in blob_y_order() local
996 if (blob1->bounding_box ().bottom () > blob2->bounding_box ().bottom ()) in blob_y_order()
999 blob2->bounding_box ().bottom ()) in blob_y_order()
1002 if (blob1->bounding_box ().left () < blob2->bounding_box ().left ()) in blob_y_order()
1005 blob2->bounding_box ().left ()) in blob_y_order()
Dmakerow.cpp2708 BLOBNBOX *blob2 = *(BLOBNBOX **) item2; in blob_x_order() local
2710 if (blob1->bounding_box ().left () < blob2->bounding_box ().left ()) in blob_x_order()
2712 else if (blob1->bounding_box ().left () > blob2->bounding_box ().left ()) in blob_x_order()