Gabriel's picture
korrekturgrejor
4446e59
|
raw
history blame contribute delete
No virus
696 Bytes

Binarization

The reason for binarizing the images before processing them is that we want the models to generalize as well as possible. By training on only binarized images and by binarizing images before running them through the pipeline, we take the target domain closer to the training domain, and reduce negative effects of background variation, background noise etc., on the final results. The pipeline implements a simple adaptive thresholding algorithm for binarization.

HTR_tool