搜索资源列表
文字识别程序
- 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
ReadFile3
- 从字符文件中读取字符到指定数组,数组可以用来识别操作,带字符文件-Read character from character file to named array,and the array can be used in recognising and operating files which include characters.
图像识别算法
- 基于VC++开发的部分图像识别算法,包括:updown,graygrid,histrogram,roberts,laplace,pickup,outline,GaussianSmooth等。 -several image recognition algorithms developed by VC++ which include updown, graygrid, histogram, roberts, laplace, pickup, outline, GaussianSmooth etc.
bmp图形
- bmp图形文件识别程序,包含头文件和主程序-A bmp style grapth recognision procedure,include head files and main file
Recognition358
- 程序包括:索书号文字图像分割;粘连字符切分;文字识别;彩色车牌分割;商标文字分割;文字识别的识别子函数;文字识别的结构特征提取子函数。 -include : Call text image segmentation; Adhesion character segmentation; Character Recognition; Color plates segmentation; Trademark text segmentation; Character Recognition Recog
fingerprint_regoniation_system
- fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表条纹间隔(像素个数)
VC++shuzituxiangchuli
- 运动检测与基于VC++开发工具的数字图像处理系统 包含:论文,代码,开题报告等 -motion detection based on the VC Tools digital image processing systems include : papers, code problem that the report
zifushibie
- 包括: 手写数字识别之Fisher线性判别 手写数字识别之模板匹配法 数字识别之神经网络法 细化算法-include : Handwritten identification Fisher Linear Discriminant handwritten digital identification template matching identification number of neural network method in Algorithm
signature
- 在线签名鉴定包括AR实现算法、DTW算法,人脸定位实例-online signature verification algorithm include AR, DTW, face positioning example
licenseplaterecognize
- This a study for automatic vechicle recognize technology it include license plate position plate seperate and characters recognize
TOCR3.0DemoCPPIss1.zip
- Samples above OCR in C++ Include Descr iption,Samples above OCR in C++ Include Descr iption
yahoo
- yahoo验证码识别,需要训练。目录主要包括:文档和两个源代码。-yahoo verification code identification, needs training. Contents include: documentation and two source code.
MouseTrackForTablet
- 主要程序模块包括: (1) 鼠标事件捕获:对点击鼠标左键、拖动鼠标、松开左键等动作进行跟踪。 (2) 鼠标坐标捕获:把捕获的鼠标事件:点击左键、拖动鼠标、松开左键作为一组输入的图形,记录下图形的坐标轨迹。 -Main program modules include: (1) to capture mouse events: on the left mouse button, drag the mouse, release the left to track such act
Classification
- 模式分类。包括:训练样本设计、模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类法-Pattern classification. Include: training sample design, template matching classifier, Bayes classifier, a linear function of classification, non-linear classification, neural network classificat
FaceRecognition
- 文档中包括两个文件:分别是pca人脸识别分析以及fisher人脸识别分析。文中代码包括详细的注释,读者一旦下载很快就可以上手!代码中的相关理论可以参考Dota的《模式分类》一书!- The archive consists of two documents: PCA face recognition and Fisher face recognition analysis. Text codes include detailed notes, readers will soon be abl
KernelPrincipalComponentAnalysis
- 用于图像识别的核主分量识别子程序,不包括分类器程序-For image recognition to identify the nuclear principal component subprogram does not include classification program
ipr.iso
- 《图像模式识别--VC++技术实现》/ 杨淑莹编著 配套cd 夲书介绍图像模式识别的各种算法及其编程实现。内容包括:模式识别的基夲槪念,模板匹配分类器,几何分类器,聚类分析,遗传算法聚类分析等。-" Image pattern recognition- VC++ technology to achieve" /杨淑莹edited夲book cd package introduced a variety of image pattern recognition algori
ImageProcessingCourseProject
- 该课程作业图像包含了几乎所有的图像操作,如旋转,提取颜色变量等,还有一些图像识别的题目-The project include almost all basic operations of image. and some image recognition techniques too
face_detection
- this a human face detection program using color segmentation.i include some pics with it.-this is a human face detection program using color segmentation.i include some pics with it.
RETINEX_release
- implement of retinex .include sigle retinex ,msr and msrCR. using c++