天天看點

自然場景文字識别工程

之前做過一個項目是視訊中的文字檢測,但是大多是對字幕的文字進行識别,并且限定條件比較多,是以想下定決心好好研究一下場景文字的識别

然後工程在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,然後  ./目标檔案就可以了

運作出來發現效果很好

之後開始研究代碼,之後有什麼想法,再和大家分享

自然場景文字識别工程
自然場景文字識别工程

繼續閱讀