手写数字 (0-9) 识别 hand-write-digit-recognition-with-opencv
- 授权协议: MIT
- 开发语言: C/C++
- 操作系统: Windows
- 软件首页: https://github.com/wzyuliyang/hand-write-digit-recognition-with-opencv
- 软件文档: https://github.com/wzyuliyang/hand-write-digit-recognition-with-opencv/wiki
软件介绍
基于 OpenCV 的手写数字识别,包含(1)如何训练手写模型,(2)手写板,(3)对手写板的手写数字进行预测
预测算法:
SVM分类器+HOG特征
