搜索资源列表
ImageMatch
- 图像模式识别,其中的CDib类是专门用来处理与设备无关位图的类,对应于位图的结构进行读、写、读取数据指针、文件头等信息。
handdatarecognise
- 手写数字识别的源码,主要用了模式识别和图像处理等知识,大家可以参考下。
bill-recognition
- 一种纸币识别VC++程序源码,并含有多国纸币的特征库,如日元、英镑、港币...的特征库。有从纸币图像预处理、特征匹配的全过程。对从事图像处理,模式识别研究的人很有参考价值。-a type bill recognition VC++ resource code
车牌识别程序
- 一个车牌识别的完整程序,从图像处理到模式识别,很全面,可以运行,效果很好
imagerec
- 车牌定位与识别系统,对图像处理和模式识别毕业设计有参考价值,VC实现图像预处理,特征提取,以及神经网络识别。-License plate location and recognition system for image processing and pattern recognition graduated design reference value, VC achieve image preprocessing, feature extraction, and neural network
97288386myPCA_matlab
- 人脸识别,主成分分析,模式识别,图像处理-Face recognition, principal component analysis, pattern recognition, image processing
89346523RunFaceRecog_vV
- 图像处理,人脸识别,模式识别,主成分分析-Image processing, face recognition, pattern recognition, principal component analysis
MomentCalculator
- 在图像处理与模式识别领域,边缘图像的moments序列是进行图像分类的高效手段。 本程序提供了moments序列的计算代码,以及中心化正交化moments序列的代码,并提供有二三阶moment计算出旋转不变moments的代码。希望对各位有所帮助。-In the field of image processing and pattern recognition, the edge of the image sequence of moments is a highly effective m
FaceRec_part2
- 由于本人最近研究人脸识别,收集的一些名校的博士硕士论文,全部是08年到09年的,具有很大的参考价值,如需要图像处理模式识别类的材料,请联系shuqin87@163.com-Because I study of face recognition has recently collected a number of prestigious doctoral master' s thesis, all of 2008 to 2009, and has great reference value,
FaceRec_part3
- 由于本人最近研究人脸识别,收集的一些名校的博士硕士论文,全部是08年到09年的,具有很大的参考价值,如需要图像处理模式识别类的材料,请联系shuqin87@163.com-Because I study of face recognition has recently collected a number of prestigious doctoral master' s thesis, all of 2008 to 2009, and has great reference value,
xihua3
- 细化算法C语言实现,图像模式识别,特别是结构特征识别,预处理中的必须步骤-Thinning algorithm, C language, image pattern recognition, especially the structure recognition, the pretreatment step must be
vcPPImageshibie
- VC++数字图像处理与模式识别,学习源代码。-VC++ digital image processing and pattern recognition, learning the source code.
4
- 图像处理与模式识别的书籍,还有各章进行图像处理的c代码。-Image processing and pattern recognition, books, and chapters for image processing of the c code.
33
- 模式识别和图像处理中的单通道图像直方图,有输出结果-Pattern recognition and image processing in single-channel image histogram, with output
tuxiang
- 一个基于C++环境下编写的关于图像的文理分析方法,对于模式识别中图像处理很有帮助,程序是已经调试好的,并附有release文件。-A C++ based environment prepared by the Arts and the image analysis method for pattern recognition in image processing helpful, debug the program is already good, together with the rele
bayes-
- 最近邻分类器(KNN)的C++源码,适合模式识别、图像处理开发者用-nearest neighbor classifier (KNN) of the C++ source code, suitable for pattern recognition, image processing developers use
文字识别
- 随着现代社会的发展,信息的形式和数量正在迅猛增长。其中很大一部分是图像,图像可以把事物生动地呈现在我们面前,让我们更直观地接受信息。同时,计算机已经作为一种人们普遍使用的工具为人们的生产生活服务。从图像中提取文字属于信息智能化处理的前沿课题,是当前人工智能与模式识别领域中的研究热点。由于文字具有高级语义特征,对图片内容的理解、索引、检索具有重要作用,因此,研究图片文字提取具有重要的实际意义。又由于静态图像文字提取是动态图像文字提取的基础,故着重介绍了静态图像文字提取技术。(With the de
lubiaoshibie
- 路标识别,模式识别大作业,主程序;检测彩色路标,直方图均衡化,提取圆形路标,增强提取目标,二值化,提取路标中的指示图,中值滤波,平滑滤波,图像边框处理,链码生成及识别(Road sign recognition, pattern recognition, big operation, main program, detection of color roadmap, histogram equalization, extraction of circular road signs, enhanc
circle_hough
- 路标识别,模式识别大作业,圆形检测;检测彩色路标,直方图均衡化,提取圆形路标,增强提取目标,二值化,提取路标中的指示图,中值滤波,平滑滤波,图像边框处理,链码生成及识别(The road sign recognition, pattern recognition operations, circle detection; detection of color signs, histogram equalization, extracting circular signs, enhanced ex
基于STM32车牌识别系统资料V1.0_Ricky(1)
- 本系统以STM32F103RBT单片机为主控,控制OV7670摄像头(带FIFO)进行图像采集,通过模式识别、匹配,最后获得车牌的识别结果。为尽大可能的提高处理速度,STM32单片机进行了16倍频。识别主要过程包括图像采集、二值化分析、识别车牌区域、字符分割、字符匹配五过程。(Circuit design of license plate recognition based on stm32)