CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 特征识别

搜索资源列表

  1. cPP-recog

    1下载:
  2. 介绍数字图像统计模式识别、模式识别决策方法及实现:测试代码有人脸检测与特征点定位、汽车牌照识别、脑部医学影像诊断、印刷体汉字识别、手写体数字识别、运动图像分析,共6个数字图像模式识别应用实例-Introduction of digital image statistical pattern recognition, pattern recognition and realization of decision making: the test code was face detection an
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-01
    • 文件大小:13958285
    • 提供者:
  1. ReadPic

    1下载:
  2. 一款简单的验证码识别工具,在初始化状态下可以进行图片的分割、学习,获取字符的特征码,并保存到INI文件中,当学习足够多图片后就能准确地识别同类型的验证码。 本程序主在提供一种分析的思路方法,如何对验证码进行分割、过滤、规格化,去除杂点是识别的关键部分,每步过程都呈现在界面上。-A simple verification code recognition tools, in the initialization state, the picture can be split, study, a
  3. 所属分类:Graph Recognize

    • 发布日期:2015-04-16
    • 文件大小:204755
    • 提供者:chuaihong
  1. zhangwenPCAandFLD

    1下载:
  2. 分别提取PCA和FLD特征,然后将两种特征进行融合进行掌纹识别,以克服单一方法的缺陷提高识别率-palmprint recognition based on fusion of PCA and FLD
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:1791
    • 提供者:chenling
  1. speakerrecognition

    2下载:
  2. 声纹识别,能够对说话人的声音进行识别,过程包括语音输入、预处理、特征提取、建立模型和匹配。-speaker Recognition
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:382255
    • 提供者:杨俐
  1. hongmoshibie

    0下载:
  2. 基于结构特征的虹膜识别源码 vc++,我自己看过编译过,不错的。-Based on the structural characteristics of the iris recognition source vc++, I have seen compiled, not bad at all.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:115501
    • 提供者:susuyutian
  1. branch_and_board

    1下载:
  2. 在模式识别应用中,用分支定界法(branch-and-board method)进行特征的选择。该程序在matlab环境下实现了该算法,以从六个特征中选择两个最佳特征为例-In pattern recognition applications, using branch and bound method (branch-and-board method) to carry out the characteristics of choice. The program in the matlab e
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6638
    • 提供者:陈坚
  1. robocup

    0下载:
  2. 机器人的视觉导航,采用颜色特征转换方法对颜色进行识别,让机器人加以判断-Robot visual navigation using color features to identify the color conversion method, so that robots be judged
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:139677
    • 提供者:luyanyu
  1. haar_like

    0下载:
  2. 图像检索中的一种haar_like特征的资料搜集,比较全。haar_like由voila的人脸识别特征发展而来-Image Retrieval haar_like characteristics of a data collection, the whole comparison. haar_like by voila developed from the characteristics of the face recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2414730
    • 提供者:伟峰
  1. 基于弹性模板匹配的人脸表情识别程序

    4下载:
  2. 基于弹性模板匹配的人脸表情识别程序。首先针对静态表情图像进行表情图像的灰度、尺寸归一化,然后利用Gabor小波变换提取人脸表情特征以构造表情弹性图,最后提出基于弹性模板匹配及K-近邻的分类算法实现人脸表情的识别。-Flexible template matching based on facial expression recognition procedures. First of all, the expression for the static image of the gray-sca
  3. 所属分类:图形图象

    • 发布日期:2012-10-23
    • 文件大小:763491
    • 提供者:hejian
  1. bill-recognition

    0下载:
  2. 一种纸币识别VC++程序源码,并含有多国纸币的特征库,如日元、英镑、港币...的特征库。有从纸币图像预处理、特征匹配的全过程。对从事图像处理,模式识别研究的人很有参考价值。-a type bill recognition VC++ resource code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:2813025
    • 提供者:张俊
  1. PCA

    1下载:
  2. PCA,主成分分析,可应用于矩阵降维,人脸特征提取及人脸识别。-PCA, principal component analysis, can be applied to matrix reduction, facial feature extraction and face recognition.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:106746
    • 提供者:sun
  1. 2D-LDA

    1下载:
  2. 2维线性判别进行人脸识别的程序,很不错!采用ORL人脸库,取每人的1、3、5、7、9五幅图像作为训练图像,其余作为测试图像,进行二维线性判别。计算出特征向量矩阵,降序排列后,取前d(d=2,4,6,……,20)个特征向量组成的矩阵作为变换矩阵,对训练集合测试集进行特征重建,最后采用最近邻分类器。附有实验的结果。-code for face recognition based 2D-LDA,the performance is nice!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2834469
    • 提供者:王阳丽
  1. MATLAB-Mel

    0下载:
  2. MATLAB下使用Mel倒谱特征进行说话人识别源代码-MATLAB using Mel Cepstrum for Speaker Recognition Source Code
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-23
    • 文件大小:756776
    • 提供者:李宁
  1. 20090101

    0下载:
  2. 这是一个用vc++实现的基于肤色的人脸识别系统,包括人脸的检测、定位,特征提取、识别。-This is a used vc++ Achieve color-based face recognition systems, including face detection, location, feature extraction, identification.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:505193
    • 提供者:谭少侠
  1. ImageProcessing

    0下载:
  2. 图像处理源码,包含图像显示、图像增强、图像复原、图像变换、图像编码、图像配准、运动检测、特征提取、图像分割、图像识别。-Source image processing, including image display, image enhancement, image restoration, image transform, image coding, image registration, motion detection, feature extraction, image segment
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:282000
    • 提供者:刘小英
  1. demo

    0下载:
  2. 汉字自动识别的程序源码,包括汉字预处理、特征提取和分类设计等部分。-Automatic identification of program source code character, including character preprocessing, feature extraction and classification design part.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:830587
    • 提供者:程旭
  1. adxcvbv

    0下载:
  2. 基于最大熵的汉语人名识别方法研究 针对人名的特点,建立了特征模板,并在此基础上提取了特征集,利用特征选择算法提取了有效特征,并建立了一个基于最大熵的人名识别模型。 -Chinese name based on the maximum entropy method for identifying the characteristics of names, the establishment of a feature template, and on this basis set of fe
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:355752
    • 提供者:张驰
  1. FingerPrintVerify

    4下载:
  2. 这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配-This is a C++ Language realization of a fingerprint identification procedure, the requirements FVC meet international competition stan
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-03-04
    • 文件大小:1611493
    • 提供者:job
  1. shibie

    4下载:
  2. 用于调制识别的代码,通过提取特征参数,实现bpsk,qpsk等调制方式的识别-For modulation recognition code, through the extraction of characteristic parameters, implementation bpsk, qpsk forms of identification, such as modulation
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-28
    • 文件大小:650
    • 提供者:张瑜
  1. annotate

    0下载:
  2. 人脸特征点手工标定程序,在人脸识别训练过程中标定特征点-Facial feature points manual calibration procedures, the training process in the face recognition feature points in the calibration
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:2400
    • 提供者:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com