搜索资源列表
图像识别
- 提供了图像识别,包括人脸识别和虹膜识别,是不可多得的程序-for image recognition, face recognition and iris recognition, is a rare procedure
车牌号码识别matlab完整程序实现
- 随这图形图像技术的发展,现在的车牌识别技术准确率越来越高,识别速度越来越快。无论何种形式的车牌识别系统,它们都是由触发、图像采集、图像识别模块、辅助光源和通信模块组成的。车牌识别系统涉及光学、电器、电子控制、数字图像处理、计算视觉、人工智能等多项技术。触发模块负责在车辆到达合适位置时,给出触发信号,控制抓拍。辅助光源提供辅助照明,保证系统在不同的光照条件下都能拍摄到高质量的图像。图像预处理程序对抓拍的图像进行处理,去除噪声,并进行参数调整。然后通过车牌定位、字符识别,最后将识别结果输出。
bagoffeature
- 这是图像识别方法bag of feature 的matlab源代码-This is image recognition method bag of feature matlab source code
MATLABcountObject 图像识别
- Matlab,图像识别,计算图像中物体的个数。测试图片读入图像程序图像识别计数主程序 -objectrecog
imagerecgonition
- 尿沉渣图像识别,采用形态学图像分割,som进行识别!-urine image recognition, image segmentation using morphological, som identification!
BPs
- 基于改进BP神经网络的图像识别系统,很好的图像识别文章-Based on improved BP neural network image recognition system, a very good article, image recognition
logo_detector
- 一个matlab的基于SIFT算子的logo图像识别代码-A SIFT-based matlab operator identification code of the logo image
svm
- SVM工具箱,matlab源程序,可以用于模式识别,图像识别多个方面-SVM Toolbox
matlab_image
- MATLAB基本图形图像处理操作,包含图像增强,图像分割,特征提取,图像识别,灰度处理线性算法,文字处理等多个压缩包-MATLAB image processing and basic graphics, including image enhancement, image segmentation, feature extraction, image recognition, linear gray-scale processing algorithms, word processing an
neural-network-image-matching
- 用matlab实现的图像识别,包含模板匹配和神经网络 -Image recognition using matlab implementation, including template matching and neural network
pattern-recognition-
- 这是一个关于图像识别的程序,可以根据图像中的某些点,识别出图像的形状-This is a program on the image recognition, according to some point in the image, identify the shape of the image
zizhi
- 水果图像识别,识别不同的水果,将图像进行特征检测,边缘提取,-Fruit and image recognition, recognition of different fruits, the image feature detection, edge extraction,
BP_handwrittingRecognition
- 基于BP神经网络的数字图像识别 采用引进动量项和变步长法的改进型BP网络 train.m 训练 shibie.m 识别 actfun.m 激活函数 image.rar 图像库 -BP neural network-based digital image recognition and momentum term with the introduction of variable step method of improved BP network train.m trai
图像识别
- 基于labview的图像识别程序源码,以及相关图片文件
图像识别与项目实践++VC++、MATLAB技术实现
- 很好的图像处理中文教程,可以看看,非常不错(Good image processing tutorial, you can see, very good)
BP神经网络手写数字识别
- 使用bp神经网络算法识别手写阿拉伯数字图像,三层的误差反馈神经网络,可输出准确率,数据集为60000条数据,每条数据是一张28*28的图片(The BP neural network algorithm is used to recognize handwritten Arabia digital images, and the error feedback neural network of three layers can output the accuracy rate. The data
人脸识别matlab 程序
- 人脸图像识别中所应用MATLAB 对图像进行预处理,应用该工具箱对图像进行经典图像处理,通过实例来应用matlab图像处理功能, 对某一特定的人脸图像处理, 进而应用到人脸识别系统。(In face recognition, MATLAB is applied to preprocess the image. The toolbox is applied to the classic image processing of the image. The MATLAB image processi
chap11_2
- 一个简单易懂的围棋图像识别方法,但是需要自行修改参数实现棋子的识别(A simple and intelligible image recognition method for weiqi)
tensorflow-vgg16-train-and-test-master
- vgg深度学习,图像识别,用于图像的分类,在python上运行(vgg deep learning, image recognition, used for image classification, running on Python)
matlab gui 图像识别
- 设计一个matlab gui系统,实现图像识别的图像分割、图像降噪、边缘检测等基本功能。