笔迹鉴别程序

考试的笔迹鉴别程序,分辨出不同人写的笔迹
This commit is contained in:
yanshui177
2017-05-17 16:50:37 +08:00
parent abe00d2e02
commit 962de04ffb
205 changed files with 17672 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
class Cword{
private:
public:
Point wbegin;
Point wend;
// int n; //在总个数中的位置
int nn; //在文字中的序号
bool isword; //是否为文字
int blacknum; //本文字中的黑色像素数
};