CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - pattern recognition

搜索资源列表

  1. composition_eige_detect4_paper

    0下载:
  2. 基于Canny算子的图像边缘检测与提取的算法--- 论文,对模式识别的朋友会有很大帮助,拿来与大家分享,希望能够用的上!-Canny operator based on image edge detection and extraction algorithms--- papers on pattern recognition would be of considerable help of friends, used to share with you, hoping to use the!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-16
    • 文件大小:165823
    • 提供者:meng fanrong
  1. Fingerprint_Identify

    3下载:
  2. 本项目名称是:基于FPGA的指纹识别模块设计。 主要内容为:本模块采用xilinx公司的Spartan 3E系列XC3S500E 型FPGA作为核心控制芯片,通过富士通公司的MFS300滑动式电容指纹传感器对指纹图象进行提取,然后对提取的指纹图像进行灰度滤波、图像增强、二值化、二值去噪、细化等预处理,得到清晰的指纹图象,再从清晰的指纹图象中提取指纹特征点,存入外部FLASH作为建档模板。指纹比对时,采用同样的方法获得清晰的指纹图像,建立比对模板,然后将比对模板与建档模板利用点模式匹配
  3. 所属分类:VHDL编程

    • 发布日期:2013-08-08
    • 文件大小:191002
    • 提供者:xiaoxu
  1. Tutorial-Algorithmsfor2-DObjectRecognition

    0下载:
  2. Tutorial: Algorithms for 2-Dimensional Object Recognition. Representation of arbitrary shape for purposes of visual recognition is an unsolved problem. The task of representation is intimately constrained by the recognition process and one cannot b
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:136491
    • 提供者:SS
  1. rule_system_final

    0下载:
  2. 基于ROBOT C环境做的一个点阵图像识别专家系统,平台是乐高机器人9797,特色是能进行24点的计算-ROBOT C-based environment to do a lattice pattern recognition expert system, platform, Lego robotics 9797, featuring a 24-point can be calculated
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:5542
    • 提供者:张鸿云
  1. Fingerprint-Identification-System

    0下载:
  2. 机器学习领域的经典案例,模式识别、遗传算法、字符识别、边缘检测等,附带开源代码 -Classic case of the field of machine learning, pattern recognition, genetic algorithms, character recognition, edge detection, etc., with open source code
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:83897
    • 提供者:Turing
  1. modetect

    0下载:
  2. 视频输入处理中的模式识别的verilog代码。经fpga验证,可以使用-Video input processing, pattern recognition verilog code. Fpga verification, you can use the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:132375
    • 提供者:mmmm1111111111
  1. modedetct

    0下载:
  2. 功能强大的视频输入信号的模式识别verilog代码。可以综合,希望对大家有帮助-Powerful video input signal pattern recognition verilog code. Can be integrated, we hope to
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:10533
    • 提供者:xyzzzzzzzz
  1. cGGUUI_MSVMo

    0下载:
  2. 完整的图形用户界面的支持向量机模式识别系统的实验。全部用Matlab执行能够够实现各种各样的分类和鉴定。这是我的毕业设计源附属程序完整的源代码可以直接使用。 -Complete graphical user interface, support vector machine pattern recognition system experiments. The implementation using Matlab enough to achieve a variety of classif
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:243134
    • 提供者:海的
  1. cvEucdist

    0下载:
  2. In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning where the function is only approx
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-20
    • 文件大小:902
    • 提供者:aa
  1. KeygenCircuitMakerV6.0Pro

    0下载:
  2. A Fast Fourier Transform (FFT) is an efficient algorithm to compute the Discrete Fourier Transform (DFT) and its inverse. There are many distinct FFT algorithms involving a wide range of mathematics, from simple complex-number arithmetic to group the
  3. 所属分类:uCOS

    • 发布日期:2017-11-07
    • 文件大小:2112
    • 提供者:Quoc Viet Ta
  1. LD3320

    0下载:
  2. 一个基于LD3320芯片的实现非特定语音识别的源代码,采用口令模式识别。代码详细介绍请见工程内的注释。-LD3320 chip implementations based on non-specific speech recognition source code, using the password pattern recognition. See detailed engineering of code within the comment.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:122628
    • 提供者:KarmaSteins
  1. ATKNCR

    1下载:
  2. (数字字母手写识别库)ATKNCR_M_Vx.x.lib和ATKNCR_N_Vx.x.lib的唯一区别是是否使用动态内存分配. 其中:M,代表需要用到malloc的版本,必须实现alientek_ncr_malloc和alientek_ncr_free两个函数 N,代表普通版本,不需要实现alientek_ncr_malloc和alientek_ncr_free两个函数 Vx.x,代表当前识别程序的版本. 功能:支持数字/小写字母/大写字母/混合四种识别模式.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:92829
    • 提供者:郭强
  1. findendSub_f

    0下载:
  2. Fuzzy Pattern Recognition and Artificial Life, and so on the application. The book can be used as institutions of higher learning computers, radio electronics, automatic control, biomedical engineering
  3. 所属分类:QNX

    • 发布日期:2017-04-13
    • 文件大小:1974
    • 提供者:ali
  1. Keil-ld3320

    0下载:
  2. keil编程ld3320口令识别模式源码,使用口令模式识别关键词,可在源码中扩展关键词。-keil source programming ld3320 password authentication mode, password use pattern recognition keyword, scalable keyword in the source code.
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:154261
    • 提供者:gaofeisxt
  1. sei-V6.2

    0下载:
  2. There are good reference value, Pattern Recognition bayes discriminant analysis algorithm, Very suitable for the study using computer vision.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-29
    • 文件大小:7168
    • 提供者:atevrtq
  1. punnai_v80

    0下载:
  2. BP neural network function fitting and pattern recognition, Convolution operation is intended to signal and image rendering, Including regression analysis and probability and statistics.
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-21
    • 文件大小:4096
    • 提供者:yiuqeihaipang
  1. naosen-V7.4

    0下载:
  2. You can achieve data classification and regression pattern recognition, Normalized data model, modal vibration, Synthetic Aperture Radar (SAR) imaging simulation target.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-24
    • 文件大小:4096
    • 提供者:fiuqengmei
  1. rxuha

    0下载:
  2. Partially achieved tracking speed iterative relaxation algorithm, matlab prepared cellular automata, Pattern Recognition bayes discriminant analysis algorithm.
  3. 所属分类:DSP编程

    • 发布日期:2017-12-25
    • 文件大小:6144
    • 提供者:muikiufou
  1. kd565

    0下载:
  2. Using matlab to calculate the Mahalanobis distance for the image, Prediction Error Method for Parameter Identification - the idea of relaxation, You can achieve data classification and regression pattern recognition.
  3. 所属分类:DSP编程

  1. yi633

    0下载:
  2. The performance of the program has reached a high level, BP neural network function fitting and pattern recognition, cordic matlab simulation algorithm.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-14
    • 文件大小:6091
    • 提供者:avusnttb
« 12 3 4 5 »
搜珍网 www.dssz.com