搜索资源列表
SHIBIE
- Matlab手写文字识别源代码 这个Demo展示手写文字识别的各个步骤,包括图像的预处理、裁剪、大小转换、人工神经网络训练和识别等等。
aca_color
- 本程序为蚁群算法在图像分类中的应用的源程序。(图像的大小为30*30)-This procedure for the ant colony algorithm in the Image Classification of the source. (Image size is 30* 30)
the-face-detection-technique
- 人脸检测是指对于任意一副给定的图像,采用一定的策略对其进行搜索以确定其中是否含有人脸,如果是则返回一脸的位置、大小和姿态。-Face detection is a means for any one given image, the use of a certain strategy to search for it to determine whether it contains a human face, and if so return look the location, size, a
Resize
- 用opencv+vs2010打开,用来改变图像的大小,已调试通过.-Changing the image size
gar_meter_ocr_exe_V3.0.1
- 图像识别,水表识别,燃气表识别,准确率99 以上,图片类型随意,图像大小随意,图像中字体支持多种,燃气表类型支持国内外主流类型。 http://blog.csdn.net/zhubenfulovepoem/article/details/51165887-Image recognition, identification meter, gas meter recognition accuracy rate above 99 , random image type, image size, r
MATLAB-LeNet5-master
- 手写体识别 lenet5 LeNet5由7层CNN(不包含输入层)组成,上图中输入的原始图像大小是32×32像素,卷积层用Ci表示,子采样层(pooling,池化)用Si表示,全连接层用Fi表示。下面逐层介绍其作用和示意图上方的数字含义。(Lenet5 is composed of seven layers of CNN)