Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dpagesegmain.cpp275 Image *photo_mask_pix, in SetupPageSegAndDetectOrientation() argument
294 *photo_mask_pix = ImageFind::FindImages(pix_binary_, &pixa_debug_); in SetupPageSegAndDetectOrientation()
297 if (*photo_mask_pix != nullptr) { in SetupPageSegAndDetectOrientation()
298 pix_no_image_ = pixSubtract(nullptr, pix_binary_, *photo_mask_pix); in SetupPageSegAndDetectOrientation()
335 finder->SetupAndFilterNoise(pageseg_mode, *photo_mask_pix, to_block); in SetupPageSegAndDetectOrientation()
H A Dtesseractclass.h335 TO_BLOCK_LIST *to_blocks, Image *photo_mask_pix,
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dcolfind.h110 void SetupAndFilterNoise(PageSegMode pageseg_mode, Image photo_mask_pix, TO_BLOCK *input_block);
160 Image photo_mask_pix, Image thresholds_pix, Image grey_pix, DebugPixa *pixa_debug,
H A Dcolfind.cpp151 void ColumnFinder::SetupAndFilterNoise(PageSegMode pageseg_mode, Image photo_mask_pix, in SetupAndFilterNoise() argument
171 nontext_detect.ComputeNonTextMask(textord_debug_tabfind, photo_mask_pix, input_block); in SetupAndFilterNoise()
287 TO_BLOCK *input_block, Image photo_mask_pix, Image thresholds_pix, in FindBlocks() argument
290 photo_mask_pix |= nontext_map_; in FindBlocks()
299 ImageFind::FindImagePartitions(photo_mask_pix, rotation_, rerotate_, input_block, this, in FindBlocks()
301 ImageFind::TransferImagePartsToImageMask(rerotate_, &part_grid_, photo_mask_pix); in FindBlocks()
302 ImageFind::FindImagePartitions(photo_mask_pix, rotation_, rerotate_, input_block, this, in FindBlocks()