搜索资源列表
NumRead.rar
- VC实现的神经网络数字识别系统 其中包含图像滤波,归一化,二值化处理等,VC implementation figure of the neural network image recognition system which includes filtering, normalization, binarization processing
ContourDetect
- 对视频文件进行人脸跟踪监测,并显示出眼睛的定位标记,在vc++环境下,通过二值化、定位、分割、识别、跟踪等方式来实现。-Face of the video files tracking and monitoring, and shows the eyes of the anchor, in vc++ environment, through the two values, positioning, segmentation, identification, tracking, etc. to a
plateVs2003
- 自已用Vs 2003开发的,车牌识别程序源码,很有用的,实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。 -Their own development with the VC, license plate re
chepaishibie
- VC下实现车牌识别的工程,包括灰度化,二值化,描边,求矩形,标出车牌,快速定位等过程-VC license plate recognition to achieve the project, including graying, binary, strokes, a rectangular, marked license plates, the process of rapid positioning
chepai
- 车牌识别算法的VC环境的实现。 能够对车牌图像进行图像处理图象输入---》灰度化---》二值化---》梯度锐化---》去离散噪声---》倾斜度调整---》图象切分---》归一化---》特征提取---》样本训练---》字符特征输入---》识别出字符结果---》结束- License Plate Recognition
FaceDetect
- 人脸识别技术在vc++环境下实现一系列二值化、图形定位、分割、识别等功能。-Face recognition technology in vc++ environment to achieve a series of binary, graphic positioning, segmentation, recognition and other functions.
Digital_Identification_System
- 用vc++实现的数字识别系统,实现了经过灰度化,二值化,锐化,字符分割,最后采用神经网络识别数字的功能。-Using vc++ implementation of the digital identification system to achieve through the graying, the two values, sharpening, character segmentation, neural network identification number of the last f
matchfinal
- 在VC环境下实现指纹识别,输入一幅图像(库中存在的)会匹配出对应的图像。包括预处理(二值化、分割、均衡、去噪、增强、细化等),特征值提取,即为提取端点和分叉点坐标,特征匹配,最后输出对应的指纹编号。-In the VC environment realize fingerprint recognition, input an image (library existing) will match the corresponding image. Including pretreatment (b
Tire-mark-Pattern-recognition
- 使用大恒图像采集卡进行轮胎图像采集,利用VC++2005 采用WTL界面框架开发一个简单的轮胎表面标记的采集与识别系统。首先采用灰度化和直方图均衡化方法实现图像预处理,然后采用OTSU阈值分割方法实现图像的二值化,在二值图像基础上,采用阈值面积消去法(空穴检出)实现图像去噪处理,并采用径向投影方法实现字符分割,最后采用模板匹配方法实现轮胎表面标记的识别。-This research uses DaHeng image gathering card to carry on tire image g
指纹识别演示系统
- vc指纹识别演示系统,mfc界面,实现二值化,、分割增强、梯度场、细节点提取与特征匹配。源代码可以运行,还附有可执行程序。