Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dpagesegmain.cpp204 Image musicmask_pix = nullptr; in AutoPageSeg() local
211 pageseg_apply_music_mask ? &musicmask_pix : nullptr); in AutoPageSeg()
216 if (musicmask_pix != nullptr) { in AutoPageSeg()
219 photomask_pix |= musicmask_pix; in AutoPageSeg()
235 musicmask_pix.destroy(); in AutoPageSeg()