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

搜索资源列表

  1. PR_AI_code

    1下载:
  2. 这是《精通VC++数字图像模式识别技术及工程实践[第2版]》光盘源代码,其中包括EM算法、fisher判别函数、HMM隐马尔科夫模型、BP神经网络、小波变换、alpha-beta剪枝、A*算法等,还包含几个纹理分析、人脸定位、字符识别、车牌号识别、8数码、黑白棋、离线/在线签名等实例,因此对于学习模式识别、人工智能的朋友们都大有裨益。光盘中的素材请见另外一个资源。-This is " proficient in VC++ Digital Image Pattern Recognitio
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14680099
    • 提供者:
  1. VC_technology_implementation

    0下载:
  2. 《图像模式识别——VC++技术实现》的源码,主要分为分类与聚类两大部分,杨淑莹编写。-" Image pattern recognition- VC++ technology implementation," the source, classification and clustering is mainly divided into two major parts, the preparation of杨淑莹.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-09
    • 文件大小:1545199
    • 提供者:邹刚
  1. TheResearchforRecognition

    1下载:
  2. 基于视频图像的运动车辆识别系统主要是由汽车牌照识别和汽车类型识 别两大核心技术构成,它在智能交通领域中有着广泛的应用,同时也是计算机 视觉、图像处理和模式识别等交叉学科研究的热门课题,因此对相关技术的研 究正受到普遍关注。本文正是在这一背景下,对运动车辆识别技术进行了系统 的研究。在车牌识别技术中,本文着重对车牌定位和车牌字符识别等关键技术 所涉及的难点进行了深入的研究。在车型识别技术中,与当前国内外学者侧重 于研究车辆外形、大小的识别不同,本文主要侧重对汽车标志的定位和
  3. 所属分类:Special Effects

    • 发布日期:2016-11-23
    • 文件大小:2338758
    • 提供者:陈忠厚
  1. 1

    0下载:
  2. 图像模式识别(VC++技术实现)图像处理中的模式识别算法等的分析以及技术实现-Image Pattern Recognition (VC++ technology to achieve) image processing algorithms such as pattern recognition analysis, and technology
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:17843616
    • 提供者:冯小寒
  1. houghyuan

    0下载:
  2. 一种快速的随机Hough变换圆检测算法,模式识别的经典实例,图像图像处理的源码-A fast randomized Hough transform circle detection algorithm, a classic example of pattern recognition, image processing of the source image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:202830
    • 提供者:张明伟
  1. tuxiangchuli

    0下载:
  2. VisualC++数字图像模式识别技术及工程实践.rar-tuang
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6345969
    • 提供者:jay
  1. dsp

    0下载:
  2. 在数字信号处理中,滤波占有极其重要的地位。数字滤波是语音处理、图像处理、模式识别、频谱分析等应用中的基本处理算法。用DSP芯片实现数字滤波除了具有稳定性好、精确度高、不受环境影响等优点外,还具有灵活性好等特点。-In digital signal processing, filtering an extremely important position. Digital filter is the voice processing, image processing, pattern recog
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:197014
    • 提供者:huanghao
  1. vctx

    0下载:
  2. Visual C++数字图像模式识别技术及工程实践随书源码,是很不错的加密算法。值得一看。-Visual C++ digital image pattern recognition technology and engineering practice with the book source code, is a very good encryption algorithm. Worth a visit.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-14
    • 文件大小:3482157
    • 提供者:yellow_lee
  1. Facerecognition

    0下载:
  2. 人脸识别因其在安全验证系统、信用卡验证、医学、档案管理、视频会 议、人机交互、系统公安(罪犯识别等)等方面的巨大应用前景而越来越成为 当前模式识别和人工智能领域的一个研究热点。 本文提出了基于24位彩色图像对人脸进行识别的方法,介绍的主要内容是图像处理,它在整个软件中占有极其重要的地位,图像处理的好坏直接影响着定位和识别的准确率。本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确
  3. 所属分类:Document

    • 发布日期:2017-05-09
    • 文件大小:2287015
    • 提供者:张雨
  1. shiyan_moshi

    0下载:
  2. 模式识别的 图像的贝叶斯分类 图像的贝叶斯分类 神经网络模式识别-Bayesian pattern recognition image classification image of the Bayesian classifier neural network pattern recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:671290
    • 提供者:day
  1. MomentCalculator

    0下载:
  2. 在图像处理与模式识别领域,边缘图像的moments序列是进行图像分类的高效手段。 本程序提供了moments序列的计算代码,以及中心化正交化moments序列的代码,并提供有二三阶moment计算出旋转不变moments的代码。希望对各位有所帮助。-In the field of image processing and pattern recognition, the edge of the image sequence of moments is a highly effective m
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:1042
    • 提供者:gaojian
  1. Imagenatural

    0下载:
  2. 神经网络做的图像模式识别,用的是神经网络分割特征,自己研究的,比较有新意-Neural network to do the image pattern recognition, using a neural network segmentation features, its own research, more new ideas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:125260
    • 提供者:dingzi
  1. human_face_and_eyes_detection

    0下载:
  2. 该源码是VC6.0环境下运行MFC图形化界面程序。主要功能是完成人脸定位,还包括人眼,口,鼻子等器官的定位。适合于人工智能,图像处理,模式识别相关研究人员参考。-The source is running VC6.0 environment MFC graphical interface program. Main function is to complete the face positioning, but also the human eye, mouth, nose, such as
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:470060
    • 提供者:wang
  1. 2006081615222124330

    0下载:
  2. 图像模式识别 -vc++技术实现-Image Pattern Recognition-vc++ technology to achieve
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-01
    • 文件大小:13593772
    • 提供者:sumeng
  1. Image

    0下载:
  2. 关于图像模式识别的代码和算法的重要研究,很不错-Image data source is very improtant
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:564732
    • 提供者:Harry
  1. PatternRecong

    0下载:
  2. 图像模式识别的各种算法及其编程实现,包括模板匹配分类器、几何分类器和神经网络分类器等,可用于手写数字的识别。-A variety of image pattern recognition algorithm and its programming, including template matching classifier, geometric classifier and neural network classifiers, etc., can be used for handwritte
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:527995
    • 提供者:MORGAN
  1. FaceRec_part3

    0下载:
  2. 由于本人最近研究人脸识别,收集的一些名校的博士硕士论文,全部是08年到09年的,具有很大的参考价值,如需要图像处理模式识别类的材料,请联系shuqin87@163.com-Because I study of face recognition has recently collected a number of prestigious doctoral master' s thesis, all of 2008 to 2009, and has great reference value,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-16
    • 文件大小:25295200
    • 提供者:winnershu
  1. IntelligentTransportationSystem

    0下载:
  2. 本文主要研究了基于视频的车型自动识别系统,系统通过对摄像机采集的视 频图像进行运动车辆检测分割、特征提取与选择、模式识别等处理,达到实时车 型识别-This paper mainly studies video-based automatic vehicle identification system, the system collected through the camera video image vehicle detection exercise segmentation,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:7093524
    • 提供者:周丹凤
  1. 2006081615222124330

    0下载:
  2. 关于图像模式识别的一些算法,包括分类程序和聚类程序。-With regard to some of the image pattern recognition algorithms, including the classification procedure and clustering procedures.
  3. 所属分类:Graph program

    • 发布日期:2017-06-01
    • 文件大小:13591079
    • 提供者:liuyayu
  1. FeatureExtraction

    0下载:
  2. 提取特征的例子,很适合图像处理和模式识别的人学习- Examples of feature extraction is very suitable for image processing and pattern recognition to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:58102
    • 提供者:Mike
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com