我最近發現了笔觸宽度變換,如以下研究論文所述:
- Detecting Text in Natural Scenes with Stroke Width Transform. Boris Epshtein, Yonathan Wexler, and Eyal Ofek. IEEE International Conference on Computer Vision and Pattern Recognition, 2010.
该演算法旨在檢測和提取自然场景中的文字。
但是,我找不到任何實現,因此从論文中發現很难確定有關该演算法的所有细节,因此我可以在實践中實現它.有谁知道该演算法是否在系統中實現並在實践中使用?
最新回復
- 5月前1 #
- 5月前2 #
以下代碼可满足您的要求:http://libccv.org/doc/doc-swt/< / p>
其他相關專案:
https://www.google.com/search?q=text+detection+in+images
python and c++ implementation by TiRG (screenshot sample) : http://funkybee.narod.ru/
python and c++ implementation by TiRG (source code) : http://sourceforge.net/projects/tirg/
我的朋友安德鲁(Andrew)和我在康奈爾(Cornell)的一个Class堂專案中在手機上實現了斯託克宽度變換(Stoke width Transform,SwT),该應用程式是否具有C#或Java實現? 也许您可以从報告中获得提示。
该報告:http://www.cs.cornell.edu/courses/cs4670/2010fa/projects/final/results/group_of_arp86_sk2357/writeup.pdf
我们的代碼:https://sites.google.com/site/roboticssaurav/strokewidthnokia
更新後的代碼:https://github.com/aperrau/DetectText