高效无约束场景文字检测器
To build a standalone library, run
mkdir Release
cd Release
cmake -D CMAKE_BUILD_TYPE=Release ..
make Prerequisites:
After building the executables, you can use toy examples in python:
cd tools
python segmentation.py cd tools
python evaluateSegmentation.pyFor text lines clustering, you can run the simple demo:
cd tools
python testLines.pyThe text line clustering is just simple voting in Hough space where each region vote for each line going through region centroid
Please cite this paper if you use this data or code:
@InProceedings{Busta_2015_ICCV,
author = {Busta, Michal and Neumann, Lukas and Matas, Jiri},
title = {FASText: Efficient Unconstrained Scene Text Detector},
journal = {The IEEE International Conference on Computer Vision (ICCV)},
month = {June},
year = {2015}
}暂无开放 Issues,或尚未同步最近议题。