笔迹鉴别程序
考试的笔迹鉴别程序,分辨出不同人写的笔迹
This commit is contained in:
11
测试/本机测试/2-侯-算法/handwriting/Cword.h
Normal file
11
测试/本机测试/2-侯-算法/handwriting/Cword.h
Normal file
@@ -0,0 +1,11 @@
|
||||
class Cword{
|
||||
private:
|
||||
|
||||
public:
|
||||
Point wbegin;
|
||||
Point wend;
|
||||
// int n; //在总个数中的位置
|
||||
int nn; //在文字中的序号
|
||||
bool isword; //是否为文字
|
||||
int blacknum; //本文字中的黑色像素数
|
||||
};
|
||||
Reference in New Issue
Block a user