Scene Text Detection with Adaptive Line Clustering
Abstract
We propose a scene text detection system which can maintain a high recall while achieving a fair precision. In our method, no character candidate is eliminated based on character-level features. A weighted directed graph is constructed and the minimum average cost path algorithm is adopted to extract line candidates. After assigning three line-level probability values to each line, the final decisions are made according to the line candidate clustering of the current image. The proposed system has been evaluated on the ICDAR 2013 dataset. Compared with other published methods, it has achieved better performances.
Cite
Text
Qiao et al. "Scene Text Detection with Adaptive Line Clustering." European Conference on Computer Vision Workshops, 2016. doi:10.1007/978-3-319-46604-0_27Markdown
[Qiao et al. "Scene Text Detection with Adaptive Line Clustering." European Conference on Computer Vision Workshops, 2016.](https://mlanthology.org/eccvw/2016/qiao2016eccvw-scene/) doi:10.1007/978-3-319-46604-0_27BibTeX
@inproceedings{qiao2016eccvw-scene,
title = {{Scene Text Detection with Adaptive Line Clustering}},
author = {Qiao, Xinxu and Zhu, He and Li, Weiping},
booktitle = {European Conference on Computer Vision Workshops},
year = {2016},
pages = {364-377},
doi = {10.1007/978-3-319-46604-0_27},
url = {https://mlanthology.org/eccvw/2016/qiao2016eccvw-scene/}
}