笔迹鉴别程序
考试的笔迹鉴别程序,分辨出不同人写的笔迹
This commit is contained in:
11
测试/本机测试/转换图像文件到jpg/Thinner.h
Normal file
11
测试/本机测试/转换图像文件到jpg/Thinner.h
Normal file
@@ -0,0 +1,11 @@
|
||||
//***************************************************************************
|
||||
// 文件:Thinner.h
|
||||
// 功能:四种不同的细化算法
|
||||
//***************************************************************************
|
||||
|
||||
void beforethin(unsigned char *ip,unsigned char *jp, unsigned long lx, unsigned long ly);
|
||||
void ThinnerHilditch(void *image, unsigned long lx, unsigned long ly);
|
||||
void ThinnerPavlidis(void *image, unsigned long lx, unsigned long ly);
|
||||
void ThinnerRosenfeld(void *image, unsigned long lx, unsigned long ly);
|
||||
//注意该函数lWidth应该是Height;
|
||||
//BOOL WINAPI ThiningDIBSkeleton (LPSTR lpDIBBits, LONG lWidth, LONG lHeight);
|
||||
Reference in New Issue
Block a user