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

搜索资源列表

  1. FaceRec

    0下载:
  2. 本程序是用matlab实现人脸识别。里面附带人脸图片,并用其作为例子实现指纹图像的匹配-This procedure is implemented using matlab face recognition. Which comes with face images, and use it as an example to achieve the matching of the fingerprint image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-28
    • 文件大小:10.92mb
    • 提供者:朱华
  1. siftformatlab

    2下载:
  2. 这是一个用MATLAB代码实现的一个关于图像的特征描述子的提取 以及相应特征点进行匹配的代码 可用于图像识别 或者立体匹配。-This is a MATLAB code with a descr iptor on the image feature extraction and matching feature points in the corresponding code can be used for image recognition or stereo matching. T
  3. 所属分类:Graph Recognize

    • 发布日期:2016-04-22
    • 文件大小:387kb
    • 提供者:peter
  1. 200572811235798

    0下载:
  2. 本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能-In this paper, and designed to achieve a free
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-03
    • 文件大小:1.17mb
    • 提供者:wangjinfeng
  1. recognize

    0下载:
  2. 索书号文字图像分割、粘连字符切分、文字识别、彩色车牌分割-Call Number text image segmentation, adhesion character segmentation, character recognition, color plate segmentation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:5.49kb
    • 提供者:李荣华
  1. NumberRecognitionSystem

    0下载:
  2. 本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能。-In this paper, and design implementation of
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:341.29kb
    • 提供者:kongchao
  1. pca2D

    1下载:
  2. 2DPCA用于人脸、步态等图像识别,可先按照行列比例将不规整图像归一化处理,然后进行训练,并且识别,全部中文注释和提示,便于学习和参考。-2DPCA human face, gait, such as image recognition, in accordance with the ranks of the ratio can not structured to deal with the normalized image, and then training, and recognition
  3. 所属分类:图形/文字识别

    • 发布日期:2017-05-29
    • 文件大小:2.51kb
    • 提供者:张天源
  1. ex2

    0下载:
  2. 汽车牌照定位与字符识别 要定位汽车牌照并识别其中的字符,我们采用Matlab平台提供的一些图像处理函数,以傅立叶变换通过字符模板与待处理的图像匹配为核心思想。 -Vehicle license location to location and character recognition vehicle license and identify the characters, we use Matlab platform provides a number of image processing
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:62.19kb
    • 提供者:吕寿鹏
  1. analgorithmforextractionandanalysis

    0下载:
  2. 摘要图像特征的提取是视觉图像识别的重要方法之一,采用细胞神经网络(&’’)并行处理器进行图像特征的提取 具有实时快速的优点。该文将介绍&’’ 并行处理器的基本工作原理及其实现图像特征处理的逻辑组合通用方法,并以 图像的纹理分割与识别为例来说明&’’ 并行处理器应用于视觉图像识别的通用编程方法。-Abstract image feature extraction is a visual image to identify one of the important ways, the use
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-03
    • 文件大小:1.05mb
    • 提供者:martin
  1. PatternRecognition

    0下载:
  2. 图象处理 模式识别 多种分类方法(最临近匹配分类器、Bayes分类器、线性函数分类、非线性函数分类、神经网络分类)识别0-9数字 手写数字与数字图片,包括设计训练样品库、可以选择多种分类器来识别识别0-9这十个阿拉伯数字,包括临时手写的数字,也包括图片中的数字 -Pattern recognition image processing a variety of classification (the most close to matching classifier, Bay
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:528.57kb
    • 提供者:yao
  1. gabor-pca

    3下载:
  2. 本程序是先用gabor小波变换对人脸图像处理,然后在用pca进行降维,最后用svm分类器进行多分类分类识别,包扩完整的orl人脸库,需注意的是,svm工具箱是用的libsvm工具箱,运行前先配置好libsvm。版本号:libsvm-mat-2[1].89-3[FarutoUltimate3.0]-This procedure is to use the human face gabor wavelet transform image processing, and then to reduce
  3. 所属分类:Graph Recognize

    • 发布日期:2014-04-25
    • 文件大小:10.84mb
    • 提供者:
  1. fdsvm

    0下载:
  2. 支持向量机进行人脸识别matlab代码,有训练图像-Support vector machine matlab code for face recognition with the train image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:157.7kb
    • 提供者:waiting
  1. QRCodes

    0下载:
  2. 基于matlab 来开发QR识别和译码程序,运用图像校正、二值化、边缘检测等各种图像处理方法实现条码的预处理,并进行QR码的解码和纠错算法,充分利用面向对象的方法,结合图像处理技术,完成了基于图像处理的QR码快速识别的解码系统。-Based on Matlab QR recognition and decoding procedures, the use of the image correction, binarization, edge detection, and other variou
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:432.16kb
    • 提供者:guoxi
  1. fruitshibie

    2下载:
  2. MATLAB编写的水果识别程序,可测试多幅图片,绝对可用。配有完整代码,报告,图片。帮助理解图像处理,识别的好例子。-MATLAB prepared fruit recognition program can test multiple pictures, absolutely free. With complete code, reports, and pictures. Help understand the image processing, a good example of recog
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2.22mb
    • 提供者:luyao
  1. license-plate-recognition

    0下载:
  2. 基于图像的车牌自动识别技术,matlab程序源代码,附带使用教程-Automatic identification technology, matlab source code image-based license plate, with tutorials
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:64.28kb
    • 提供者:王旭
  1. ocr-MATLAB

    0下载:
  2. MATLAB语言实现光学字符识别,内带测试图片,可直接运行。-MATLAB language optical character recognition, which with the test image, can be directly run.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-24
    • 文件大小:83.68kb
    • 提供者:李帅
  1. Plan_Recognise

    2下载:
  2. 仪表表盘识别程序,基于matlab编写。可识别数字表盘和指针表盘。对于清晰可辨的图片有较高的可靠性-Instrument dials recognition program, based on matlab prepared. Identifies digital dial and pointer dial. For legible image with high reliability
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-16
    • 文件大小:24.4mb
    • 提供者:邪恶
  1. PR_fingerprint

    1下载:
  2. 基于Matlab的指纹识别程序及其演示,里面附带指纹图片-Matlab based fingerprint recognition program and its demonstration, which comes with a fingerprint image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-01-02
    • 文件大小:4.73mb
    • 提供者:zhchwl
  1. princa

    0下载:
  2. 利用MATLAB工具,实现了pca算法,用来对人脸图像进行身份识别,具有较高的识别准确率。-Using the MATLAB tool to achieve the pca algorithm, used to identify the face image, with a high recognition accuracy.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-12
    • 文件大小:650byte
    • 提供者:谢嘉树
搜珍网 www.dssz.com