Home
last modified time | relevance | path

Searched refs:make_tess_blob (Results 1 – 6 of 6) sorted by relevance

/external/tesseract/ccmain/
Dpaircmp.cpp99 tblob1 = make_tess_blob (blob1, TRUE); in compare_bln_blobs()
101 tblob2 = make_tess_blob (blob2, TRUE); in compare_bln_blobs()
Dtstruct.cpp327 tessblob = make_tess_blob (blob, TRUE); in make_tess_blobs()
373 TBLOB* result = make_tess_blob(rotated_blob, flatten); in make_rotated_tess_blob()
377 return make_tess_blob(blob, flatten); in make_rotated_tess_blob()
387 TBLOB *make_tess_blob( //make tess blob in make_tess_blob() function
Dtstruct.h72 TBLOB *make_tess_blob( //make tess blob
Dtessbox.cpp319 tessblob = make_tess_blob (blob, TRUE); in tess_training_tester()
Dosdetect.cpp194 tessblob = make_tess_blob (&pblob, TRUE); in os_detect_blob()
/external/tesseract/api/
Dbaseapi.cpp1261 return make_tess_blob(pblob, /* flatten: */ TRUE); in make_tesseract_blob()
1562 TBLOB* tblob = make_tess_blob(pblob, // Blob. in GetFeatures()