DetectText-master

所属分类:图形图像处理
开发工具:Visual C++
文件大小:22KB
下载次数:39
上传日期:2013-12-18 15:31:41
上 传 者chicagotyper
说明:  可以检测到视频或图像中文字文本,运用了笔画宽度变换技术
(Video or image can be detected in the literal text, use the stroke width conversion technique)

文件列表:
COPYING.txt (35147, 2013-01-11)
FeaturesMain.cpp (2604, 2013-01-11)
TextDetection.cpp (51256, 2013-01-11)
TextDetection.h (3214, 2013-01-11)

DetectText ========== Detect text with stroke width transform. Dependencies: OpenCV, boost. To compile: g++ -o DetectText TextDetection.cpp FeaturesMain.cpp -lopencv_core -lopencv_highgui -lopencv_imgproc -I/path/to/current/directory where /path/to/current/directory is replaced with the absolute path to the current directory. To run: ./TextDetection input_file output_file dark_on_light where dark_on_light is 1 or 0, indicating whether the text is darker or lighter than the background. GitHub repository: https://github.com/aperrau/DetectText More details on the algorithm can be found in: http://www.cs.cornell.edu/courses/cs4670/2010fa/projects/final/results/group_of_arp86_sk2357/Writeup.pdf

近期下载者

相关文件


收藏者