Algorithm to detect presence of text on image

后端 未结 3 398
[愿得一人]
[愿得一人] 2020-11-28 07:50

With my new assignment I am looking for a method to detect the presence of text on image. The image is a map - can be for example google map. The task is to detect where the

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 08:34

    There is a standard problem in vision called text detection in images. it is quite different to OCR. OCR concerms itself with what it says, while text detection is about determining if there is text in the image. Adi Shavit's third link is a method to address this problem. You can look on google scholar well cited articles on text detection.

提交回复
热议问题