【文件属性】:
文件名称:脱机手写识别
文件大小:2.94MB
文件格式:RAR
更新时间:2015-12-04 02:12:19
手写识别代码
手写识别的资料
#include "stdAfx.h"
#include "Onr.h"
#include "OnrDlg.h"
#include
#include
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog used for App About
class CAboutDlg : public CDialog
{
public:
CAboutDlg();
// Dialog Data
//{{AFX_DATA(CAboutDlg)
enum { IDD = IDD_ABOUTBOX };
//}}AFX_DATA
。。。
【文件预览】:
脱机字符识别
----脱机字符识别()
--------手写数字识别之Fisher线性判别()
--------数字识别之神经网络法()
--------手写数字识别之模板匹配法()
--------细化算法()