Remove background color in image processing for OCR

前端 未结 6 2121
借酒劲吻你
借酒劲吻你 2021-02-01 10:50

I am trying to remove background color so as to improve the accuracy of OCR against images. A sample would look like below:

6条回答
  •  Happy的楠姐
    2021-02-01 11:27

    If your image is captured as RGB, just use the green image or quickly convert the bayer pattern which is probably @misha's convert to greyscale solutions probably do.

提交回复
热议问题