Locating Text within image

前端 未结 4 1324
时光说笑
时光说笑 2020-12-29 02:58

I am currently working on a project and my goal is to locate text in an image. OCR\'ing the text is not my intention as of yet. I want to basically obtain the bounds of text

4条回答
  •  萌比男神i
    2020-12-29 03:32

    Stroke width transform can do that for you. That's at least what MS developed for their mobile phone OS. A discussion on the implementation is here at https://stackoverflow.com/

提交回复
热议问题