Threshold of blurry image - part 2

前端 未结 6 1735
死守一世寂寞
死守一世寂寞 2021-02-03 11:40

How can I threshold this blurry image to make the digits as clear as possible?

In a previous post, I tried adaptively thresholding a blurry image (left)

6条回答
  •  旧时难觅i
    2021-02-03 12:15

    You probably want local thresholding. there are some general approaches for that.

    Check the niblack algorithm. See also niblack thresholding. https://stackoverflow.com/a/9891678/461499 We successfully used this for document segmentation.

提交回复
热议问题