搜索资源列表
Character_Recognition_Using_Neural_Networks
- Character Recognition Using Neural Networks Steps to use this GUI. 1. Open the GUI figure, run it. (accept the matlab to change its directory to new location where the file is stored) 2. First we need to teach Character to computer. For this ty
OCR.rar
- 简约不简单的OCR开发包其中,mdivwctl.cpp,mdivwctl.h 是MS_OCR的模块程序,一些功能函数尽我们的理解作了中文注释。,Simple simple OCR development kit which, mdivwctl.cpp, mdivwctl.h module is MS_OCR procedures, a number of function made the best of our understanding of Chinese Notes.
123
- OPENCV下的人脸识别,需要在VC下运行,运行时最好带好参数-Face Recognition under OPENCV need VC run, run-time best with a good parameter
pattern
- 联机文字识别,能够识别0到9,里面包括了训练好的样本-Online language recognition, be able to identify the 0-9, which includes the best training samples
AComparativeStudyonFaceRecognitionUsingLDA-BasedAl
- 线性判别分析(LDA)是一种较为普遍的用于特征提取的线性分类方法。但是将LDA直接用于人脸识别 会遇到维数问题和“小样本”问题。人们经过研究,通过多种途径解决了这两个问题并实现了基于I,DA的人脸识 别 文章对几种基于LDA的人脸识别方法做了理论上的比较和实验数据的支持,这些方法包括Eigenfaces、Fish— erfaceS、DLDA、VDLDA及VDFLDA。实验结果表明VDFLDA是其中最好的一种方法。-Low—dimensional feature representat
matched
- Matched Filter (Best detection on digital communication)
Face_Recognition_Based_on_PCA_Comparative_Study.ra
- 主成成份分析( PCA) 方法是人脸识别技术中常用的一种一维特征抽取方法。传统PCA 方法用于人脸识别常常面临图像维数高,直接计算量的问题。为了解决这2 个问题,人们对PCA 进行了改进,提出并实现了多种基于PCA 的人脸识别。对3 种基于PCA 的人脸识别方法做了理论上的研究和实验上的性能比较。实验结果表明PCA + 2DPCA 是其中综合效果最好的一种方法。-Principal component analysis into (PCA) is a commonly used face rec
4-6
- DSP2812PWM 产生源码,效果很好,适合于初学DSP的人员-DSP2812 PWMgenerator.Its best for freshers.
5-18
- DSP2812PWM 产生源码,效果很好,适合于初学DSP的人员-DSP2812 PWMgenerator.Its best for freshers.
niaochenzhazidongshibiesuanfa
- 本文展开了对尿沉渣图像 自动识别算法的研究。著者在从事“尿沉渣图像自动识别算法的研究”课题的研究 中,广泛吸取了国内外已有的有益成果,根据尿沉渣图像特点从图像增强、图像 分割、特征提取和特征选择、图像识别等各个环节寻求最佳的可行方法以提高识 别的性能,提出了基于组合图像分割算法、改进的特征提取和特征选择算法以及 BP神经网络分类器的尿沉渣图像自动识别算法。-This started on the urine sediment image recognition algorit
FACE-RECOGNITION
- 此文的目的有三个:第一,当地连续均值量化变换特征是提出照明和传感器敏感操作在目标识别上。其次,注册稀疏Winnows网络分割,提出了加快原分类。最后,特点和分类相结合对于正面人脸检测任务。检测结果列 为MIT + CMU系统和BioID数据库。关于这人脸检测器,接收器操作特征曲线BioID数据库产生最好的结果公布。对于结果麻省理工学院的中央结算系统+数据库相当于国家的最先进的脸探测器。一个人脸检测算法的MATLAB版本可以从http://www.mathworks.com/matlabce
112
- 对拍摄得到的驾驶员视频帧图像, 使用复合肤色模型检测人脸 通过自适应边缘检测、 图像增强等方法处理得到 特征图像, 经特征区域筛选, 依据人脸先验知识匹配得到最佳人眼对 提取眼部特征向量, 结合 LVQ神经网络进行模式 识别检测眼部状态, 为判断驾驶员是否处于疲劳状态提供判据。-Video shot by the driver of the frame, the use of composite skin model of face detection through adaptive
Hand-Gesture-Recognition-
- 提出丁一种在距离空间内采用Euclidean距离计算的手势识别算法。手势图像经过连缘检羽后,时边缘图像卖施Euclidean 距离变换(ElYr)。在距离变换空间^计算距离映射图与样本之间的Euclidean距离。罩后,时基于单目税觉的30十手 指语牟母手势进行识刺.最好识剐率达93.33%。-Abstract:A Hand C,estme re曲印id叩aI孚嘶tll皿is presented, which based ofl Euclidean distance, computed
ShapeContext-
- 基于sharp context图形识别的改进,。sharp context形状匹配法,是目前图形识别效率最高,容错最好的算法之一-Based on the sharp context graphics recognition improvements,Sharp context shape matching method of pattern recognition, is currently the highest efficiency, the best algorithm of fault
baseline-algorithm-
- 一种实现人体步态识别的baseline算法,用c语言开发的,运行环境最好是Linux系统,算法性能稳定,可靠性高。-A baseline algorithm of human gait recognition , development of c language, running environment is the best Linux system, the performance of the algorithm is stable, and highly reliable.
Face-RecognitionMATLAB-CODE
- 在YCbCr色彩空间中建立肤色分布的高斯模型,得到肤色概率似然图像,在最佳动态阈值选取算法下完成肤色区域的分割。-YCbCr color space to establish the color distribution of the Gaussian model, color probability likelihood image, skin color region segmentation is completed in the best dynamic threshold select
CNNWB_05-27-2012
- 这个是我找到的卷积神经网络在minist库上数字识别最好的结果,准确率99.5 ,比C++版本的更好。程序可以直接编译运行,但是因为要下载两个数据库可能非常慢,需要你修改一下代码跳过去。如果你对cnn很感兴趣,可以找我Q:3617 28654-This is what I found convolutional neural network minist library Digital Identification best results, the accuracy was 99.5 , be
RANSAC
- 对图像的特征点,进行匹配,利用RANSC找到最佳的映射矩阵-The image feature points matching, using the mapping matrix to find the best RANSC
CUDA-CNN-master
- CNN cuda的加速。 start-of-art结果的流行的数据集 1。测试mnist并获得99.76 ,投票后(99.82 )(最好的99.79 ) 2。测试cifar-10并获得81.42 最好(90 ) 3。测试cifar - 100和51.13 (最好的65 )-CNN accelerated by cuda. The start-of-art result s of popular datasets 1. Test on mnist and get 99.76
3zhongerzhihua
- 效果最好的三种二值化的方法 otsu niblack等 是自适应阈值方法-The best effect of three kinds of binarization methods otsu niblack, etc Is the adaptive threshold value method。