Image processing and extraction of characters

前端 未结 4 1646
抹茶落季
抹茶落季 2020-12-23 12:20

I\'m trying to figure out what technologies I would need to process images for characters.

Specifically, in this example, I need to extract the hashtag that is circ

4条回答
  •  南笙
    南笙 (楼主)
    2020-12-23 12:57

    You can check this article : http://www.codeproject.com/Articles/196168/Contour-Analysis-for-Image-Recognition-in-C

    Contour Analysis Demo

    It comes with math theory and implementation on C# (unfortunately, but there not that much to rewrite if you decide to implement it in java ) + opencv. So you will have to use Visual Studio and rebuild against your opencv version if you would like to test it, but it worth it.

提交回复
热议问题