笔迹鉴别程序
考试的笔迹鉴别程序,分辨出不同人写的笔迹
This commit is contained in:
9
测试/本机测试/2-侯-算法/handwriting/Point.h
Normal file
9
测试/本机测试/2-侯-算法/handwriting/Point.h
Normal file
@@ -0,0 +1,9 @@
|
||||
class Point{
|
||||
private:
|
||||
|
||||
public:
|
||||
int x;
|
||||
int y;
|
||||
|
||||
void setpoint(int a,int b){x=a;y=b;}
|
||||
};
|
||||
Reference in New Issue
Block a user