Home
last modified time | relevance | path

Searched refs:SetupCorrectSegmentation (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dblamer.h271 void SetupCorrectSegmentation(const TWERD *word, bool debug);
H A Dblamer.cpp399 void BlamerBundle::SetupCorrectSegmentation(const TWERD *word, bool debug) { in SetupCorrectSegmentation() function in tesseract::BlamerBundle
/dports/graphics/tesseract/tesseract-5.0.0/src/wordrec/
H A Dsegsearch.cpp143 blamer_bundle->SetupCorrectSegmentation(word_res->chopped_word, wordrec_debug_blamer); in InitialSegSearch()