STM32-Handwriting-recognition

所属分类:模式识别(视觉/语音等)
开发工具:C/C++
文件大小:1360KB
下载次数:9
上传日期:2016-08-04 12:59:36
上 传 者XIAOWANG_JD
说明:  学习ALIENTEK手写识别库的使用,实现一个简单的数字/字符手写识别程序.
(Learn to use ALIENTEK handwriting recognition library implements a simple digital/character handwriting recognition program.)

文件列表:
实验48 手写识别实验 (0, 2016-07-31)
实验48 手写识别实验\ATKNCR (0, 2016-07-31)
实验48 手写识别实验\ATKNCR\ATKNCR_M_V2.0.lib (79520, 2012-09-22)
实验48 手写识别实验\ATKNCR\ATKNCR_N_V2.0.lib (79004, 2012-09-22)
实验48 手写识别实验\ATKNCR\atk_ncr.c (1582, 2012-09-22)
实验48 手写识别实验\ATKNCR\atk_ncr.h (2818, 2012-09-22)
实验48 手写识别实验\CORE (0, 2016-07-31)
实验48 手写识别实验\CORE\core_cm4.h (109142, 2014-07-17)
实验48 手写识别实验\CORE\core_cm4_simd.h (22735, 2014-07-17)
实验48 手写识别实验\CORE\core_cmFunc.h (17146, 2014-07-17)
实验48 手写识别实验\CORE\core_cmInstr.h (20513, 2014-07-17)
实验48 手写识别实验\CORE\startup_stm32f40_41xxx.s (29605, 2014-08-02)
实验48 手写识别实验\FATFS (0, 2014-11-18)
实验48 手写识别实验\FATFS\doc (0, 2016-07-31)
实验48 手写识别实验\FATFS\doc\css_e.css (3248, 2014-01-15)
实验48 手写识别实验\FATFS\doc\css_j.css (3661, 2014-01-15)
实验48 手写识别实验\FATFS\doc\en (0, 2016-08-04)
实验48 手写识别实验\FATFS\doc\img (0, 2016-07-31)
实验48 手写识别实验\FATFS\doc\img\app1.c (1063, 2013-09-18)
实验48 手写识别实验\FATFS\doc\img\app2.c (1597, 2013-10-18)
实验48 手写识别实验\FATFS\doc\img\app3.c (3811, 2014-01-13)
实验48 手写识别实验\FATFS\doc\img\app4.c (10365, 2014-01-07)
实验48 手写识别实验\FATFS\doc\img\f1.png (1414, 2011-09-02)
实验48 手写识别实验\FATFS\doc\img\f2.png (1458, 2007-02-10)
实验48 手写识别实验\FATFS\doc\img\f3.png (1039, 2007-02-10)
实验48 手写识别实验\FATFS\doc\img\f4.png (2335, 2008-01-05)
实验48 手写识别实验\FATFS\doc\img\f5.png (2479, 2008-01-05)
实验48 手写识别实验\FATFS\doc\img\f6.png (1436, 2010-08-21)
实验48 手写识别实验\FATFS\doc\img\f7.png (11388, 2013-05-12)
实验48 手写识别实验\FATFS\doc\img\funcs.png (11421, 2014-02-19)
实验48 手写识别实验\FATFS\doc\img\layers.png (2401, 2009-03-20)
实验48 手写识别实验\FATFS\doc\img\layers3.png (2379, 2009-06-13)
实验48 手写识别实验\FATFS\doc\img\modules.png (7932, 2013-12-27)
实验48 手写识别实验\FATFS\doc\img\rwtest.png (19068, 2008-10-18)
实验48 手写识别实验\FATFS\doc\img\rwtest2.png (8153, 2010-09-13)
实验48 手写识别实验\FATFS\doc\img\rwtest3.png (3011, 2009-06-15)
实验48 手写识别实验\FATFS\doc\ja (0, 2016-08-04)
实验48 手写识别实验\FATFS\doc\updates.txt (5352, 2014-01-15)
实验48 手写识别实验\FATFS\exfuns (0, 2016-07-31)
实验48 手写识别实验\FATFS\exfuns\exfuns.c (3685, 2014-05-15)
... ...

实验器材: 探索者STM32F4开发板 实验目的: 学习ALIENTEK手写识别库的使用,实现一个简单的数字/字符手写识别程序. 硬件资源: 1,DS0(连接在PF9) 2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS) 4,按键KEY0(PE4)/KEY2(PE2) 5,W25Q128(SPI FLASH芯片,连接在SPI1上) 实验现象: 本实验开机的时候先初始化手写识别器,然后检测字库,之后进入等待输入状态。此时,我们在LCD上面的手写区 写数字/字符,在每次写入结束后,自动进入识别状态,进行识别,然后将识别结果输出在LCD模块上面(同时打印 到串口)。通过按KEY0可以进行模式切换(4种模式都可以测试),通过按KEY2,可以进入触摸屏校准(如果发现 触摸屏不准,请执行此操作)。DS0用于指示程序运行状态。 注意事项: 1,4.3寸和7寸屏需要比较大电流,USB供电可能不足,请用外部电源适配器(推荐外接12V 1A电源). 2,本例程在LCD_Init函数里面(在ILI93xx.c),用到了printf,如果不初始化串口1,将导致液晶无法显示!! 3,电容触摸屏无需校准,因此当使用电容屏的时候,按KEY2按键无响应!! 正点原子@ALIENTEK 2014-10-25 广州市星翼电子科技有限公司 电话:020-38271790 传真:020-36773971 购买:http://shop62103354.taobao.com http://shop62057469.taobao.com 公司网站:www.alientek.com 技术论坛:www.openedv.com

近期下载者

相关文件


收藏者