自然场景文字识别工程

来源:互联网 发布:mvvm框架 知乎 编辑:程序博客网 时间:2024/05/16 06:50

之前做过一个项目是视频中的文字检测,但是大多是对字幕的文字进行识别,并且限定条件比较多,因此想下定决心好好研究一下场景文字的识别

然后工程在github上,我也是fork的别人的工程

https://github.com/xietingcandice/text_extraction.git

This code is the implementation of the method proposed in the paper “Multi-script text extraction from natural scenes” (Gomez & Karatzas), International Conference on Document Analysis and Recognition, ICDAR2013.

This code should reproduce the same quantitative results published on the paper for the KAIST dataset (for the task of text segmentation at pixel level).


工程是在linux在运行的,我安装的是ubuntu12.04

首先如果你想下载和管理github,先安装git

然后工程是用到列opencv的库,因此需要在ubuntu下安装opencv2.4.9+ubuntu12.04  当然你用别的版本也是可以的,在开源代码中已经写好列cmakeList,只需要cmake 他,然后make出来一个makefile,然后  ./目标文件就可以了


运行出来发现效果很好

之后开始研究代码,之后有什么想法,再和大家分享


0 0