CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形/文字识别 搜索资源 - 程序集

搜索资源列表

  1. 邻法实现图像识别

    1下载:
  2. 用k近邻法实现图像识别,程序比简单,需要训练集
  3. 所属分类:图形/文字识别

    • 发布日期:2014-01-17
    • 文件大小:716
    • 提供者:zy
  1. rspcafnni

    0下载:
  2. 该程序分为两部分:一、为pca+粗糙集+模糊神经网络 二、为pca+lda+粗糙集+模糊神经网络.还有ORL人脸库,和实验结果,希望对研究这方面的人有帮助
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:26275632
    • 提供者:戴欢
  1. pcalda

    3下载:
  2. 基于\"pca+lda+粗糙集+模糊神经网络\"的人脸识别程序,在matlab上可直接运行
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:7773328
    • 提供者:luo_hongbin
  1. poppe_humaneva_code.zip

    0下载:
  2. 人体检测matlab程序。主要用来处理humanEva数据集。,The code is mainly to evaluate the Example-based Pose Estimation on the HumanEva sets. This work is published in CVPR – EHuM workshop, June 2007.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:74636
    • 提供者:tomas
  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. LevelSet

    0下载:
  2. VC++实现的GAC水平集, 这样的程序很少见,大部分都是matlab编写的,虽然程序比较简单,但是很有借鉴和参考价值。 有曲线演化的过程-GAC level set VC++ implemented, such programs are rare, and most of them are prepared matlab, although the procedure is relatively simple, but very useful reference and the referen
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-09
    • 文件大小:2312324
    • 提供者:黄浩
  1. pcahhj

    1下载:
  2. PCA人脸识别程序,包括人脸训练样本集,是一款很好用的PCA程序,可以再matlab上很好的运行,-PCA face recognition process
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-07
    • 文件大小:9520698
    • 提供者:郝会娟
  1. LR(0)

    2下载:
  2. LR(0)分析表及分析器的构造1. 对任意给定的文法 ,完成识别文法活前缀的 、 的状态转化矩阵及 项目集规范族的构造; 2. 判断该文法是否为 文法,实现 分析表的构造,并输出到指定文件中; 3. 实现 分析器总控程序,对输入的表达式进行文法分析。 -LR (0) of the table and the construction of a parser. On any given grammar, the identification prefix grammar acti
  3. 所属分类:图形/文字识别

    • 发布日期:2017-05-24
    • 文件大小:7011006
    • 提供者:郑尚宇
  1. PCA_based-Face-Recognition-System

    0下载:
  2. 运行成功。用于人脸识别的PCA程序,里面包含训练集和测试集,很好。-PCA_based Face Recognition System.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:179062
    • 提供者:李静
  1. face_detection

    0下载:
  2. 基于肤色和长宽比的人脸识别程序,需要添加训练集和测试样本,采用动态K均值聚类,适用于模式识别初学者~-Need to add color and aspect ratio-based face recognition program, the training set and test samples, using dynamic K-means clustering, pattern recognition beginners ~
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-25
    • 文件大小:632403
    • 提供者:亚军
  1. Face-Capture

    0下载:
  2. 这是一个用matlab编写的人脸搜索程序里面包含一个小的人脸图片数据集。-This is contains a small face images datasets were prepared using matlab face a search program inside.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-14
    • 文件大小:3137164
    • 提供者:方达
  1. PlateIdentify

    1下载:
  2. 车牌字符识别C++程序 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。-C++ program license plate character recognition 1. Open a picture first and then follow the order of graying, binarizati
  3. 所属分类:Graph Recognize

    • 发布日期:2015-02-21
    • 文件大小:19548160
    • 提供者:feng
  1. pcalda

    0下载:
  2. 基于pca和lca的人脸识别程序, 人脸库分为训练集和测试集两部分,统计识别率 -Based on pca face recognition program and lca, the face is divided into a training set and a test set of two parts, the recognition rate statistics
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-10
    • 文件大小:16707233
    • 提供者:jiagh
  1. Face-Recognition

    0下载:
  2. 本程序设计了一个基于PCA方法的人脸识别系统。该系统可以对各类文件格式的人脸文件进行分析,可以对一定长度的人脸训练集进行特征值提取,能够显示特征脸、平均脸,并且完成比对误差及人脸识别的功能。-This design program a face recognition system based on PCA method.The system can analyze the face of all kinds of file format file, you can face the train
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1626
    • 提供者:Earik
  1. 38972432

    0下载:
  2. 递推的极大似然法辨识程序 用递推的极大似然法对系统辨识的参数集,-Recursive maximum likelihood method identification procedures Using recursive maximum likelihood method to set parameters of system identification,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-15
    • 文件大小:10240
    • 提供者:zleanore
  1. 上海理工大学+US!+基于微信的图像识别系统

    2下载:
  2. 一个可在微信端使用的深度学习的图像识别程序,使用keras开发,文件内包含训练集下载方式。(A deep learning in WeChat use of the image recognition program, using keras development, the document contains the training set, Download methods.)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-11-16
    • 文件大小:97424384
    • 提供者:resnick
  1. keras_mnist_test

    0下载:
  2. hello Word of keras ,第一个成功实现的卷积神经网络,下载了mnist数据集,并decode,,然后,为了加快速度,训练其中的一部分数据,并用predict测试,ok,2min内出结果.(网上其它程序试过,训练太久,一晚上都没训练出结果,于是自己动手设计了这个小程序) 环境:python3.6,keras2.1,PC i5(很破的电脑)(Hello Word of keras, the first successful convolution neural network,
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-09
    • 文件大小:22350848
    • 提供者:weirmicle
  1. Character Recognition

    0下载:
  2. 有关于字符识别,运用了OCR算法,内含完整的数据库和训练程序,还有一些测试集(From the matlab file exchange center, the character recognition written by the foreign gods, using the OCR algorithm, contains a complete training database.)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-29
    • 文件大小:73728
    • 提供者:风云2333
搜珍网 www.dssz.com