Home
last modified time | relevance | path

Searched refs:set_blob_choice (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dratngs.h447 void set_blob_choice(unsigned index, int blob_count, const BLOB_CHOICE *blob_choice);
H A Dratngs.cpp297 void WERD_CHOICE::set_blob_choice(unsigned index, int blob_count, const BLOB_CHOICE *blob_choice) { in set_blob_choice() function in tesseract::WERD_CHOICE
/dports/graphics/tesseract/tesseract-5.0.0/src/dict/
H A Dstopper.cpp431 werd_choice->set_blob_choice(wrong_ngram_begin_index, num_blobs_to_replace, choice); in ReplaceAmbig()
/dports/graphics/tesseract/tesseract-5.0.0/src/wordrec/
H A Dlanguage_model.cpp1416 word->set_blob_choice(i, num_blobs, curr_b); in ConstructWord()