Files
HandWritten-Analisys/README.md
yanshui177 962de04ffb 笔迹鉴别程序
考试的笔迹鉴别程序,分辨出不同人写的笔迹
2017-05-17 16:50:37 +08:00

12 lines
543 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# HWCV
手写体笔迹鉴别程序,包含几个不同的部分
首先是C语言vs2013写的主程序生成名为HWCV-exe.exe的可执行文件无界面运行
其次是C语言VC6.0写成的服务程序常驻内存名为serve.exe
最后是一个测试程序all-test.exe测试所有的笔迹图像是否为同一个人写的并输出鉴定日志到文件log.csv
这是个商业化应用的0.1版本,程序需要使用到的环境为:
 windows server 2008R2
oracle client32
 opencv2.4.13