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

搜索资源列表

  1. multimediaLED

    1下载:
  2. LED字符分割和识别, 在此项目中我们主要完成了对拍摄到的6位LED数字进行分割和识别的课题。识别的数字范围在0~9。由于拍摄环境比较复杂,需要解决复杂背景下对LED字符的分割问题。我们利用了图像的色彩信息,先进行基于色彩的分割,然后对分割结果进行了固定阈值的二值化,并利用投影修正完成了对LED数码管图像的分割,并使用基于模板匹配的算法进行了识别,在匹配过程中对图像进行了尺寸归一化处理。最终得到了较好的识别效果,对10幅样图的识别率达到100%-LED character segmentat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:11673
    • 提供者:yinxun
  1. ModularNet

    0下载:
  2. 本源代码是本人亲自编写的关于模糊神经网络模型的实现,它结合了模糊逻辑和神经网络的优点,具有全局逼近的功能。本代码提供了简单的界面,输入学习样本,可以进行预测并能输出预测结果。-source code is personally prepared by the fuzzy neural network model implementation, which was a combination of fuzzy logic and neural network advantages, and hav
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:83581
    • 提供者:朱华艳
  1. simple_descriptions_of_serial_ports

    0下载:
  2. simple descr iptions of RS232、RS422、RS485 and the deference between them,some simple samples included-simple descr iptions of RS232, RS422, RS485 and the deference between them, some simple samples included
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:32649
    • 提供者:罗仪
  1. LeafRecognization-FromLittlebone

    0下载:
  2. 首先对10个样本进行学习,计算得到一个“叶子”的“记忆”模式,然后对输入的模式进行识别,给出相似度。-first pair of 10 samples for study, calculated a "leaf" the "memory" mode, and then import the model identification, given similarity.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:16707
    • 提供者:小骨头
  1. Isodata_algorithm

    0下载:
  2. ISODATA算法的c++实现, 输入数据保存在data.txt中, 第一行的元素为样本总数sampleNum, 下面每一行为一个样本数据-ISODATA Algorithm c realize that the importation of data stored in data.txt, the first trip to the elements sampleNum the total number of samples, each of the following acts
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2212
    • 提供者:rmb
  1. ProgrammingPearls(COMPLETE)

    0下载:
  2. C和C++学习书籍。This book is a collection of essays about a glamorous aspect of software: programming pearls whose origins lie beyond solid engineering, in the realm of insight and creativity. This book provides a guide for both students and experien
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:599955
    • 提供者:赵毅
  1. edege_detection

    1下载:
  2. 基于小波变换模极大的多尺度图像边缘检测matlab源代码,该算法采用的是样条小波,为了更好的检测边缘,用多孔算法代替了mallat算法。该算法和mallat快速算法主要区别: 1 多孔算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。2 多孔算法需要对滤波器进行伸缩。-based on wavelet transform modulus maxima of multiscale edge detection Matlab source code, The algori
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1058
    • 提供者:高锋
  1. svm_with_workset

    0下载:
  2. 本程序为一SVM训练程序,利用了workset可以训练大数据量样本。在workset中优化的过程中利用了SMO算法。-SVM training for a procedure, and use of WorkSet can train a large number of data samples. WorkSet were in the process of optimizing the use of the SMO algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8192
    • 提供者:万广鲁
  1. mg-samples-1.6.8.tar

    0下载:
  2. minigui 的例子程序(可用于Windows 和linux 平台)-MiniGUI example (available for Windows and Linux platforms)
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:249867
    • 提供者:张永青
  1. DigitRec

    1下载:
  2. 数字识别系统源代码: 第一步:训练网络。使用训练样本进行训练 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90%。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。 具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:59562
    • 提供者:孙瑞霞
  1. COMSamplesSrc

    0下载:
  2. 这是书籍《Com Samples》的源代码,不需要解压密码。-This is the book "Com Samples" source code, not extracting passwords.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:383311
    • 提供者:Jerry
  1. finchart

    1下载:
  2. IBMde股票图形示例,含数据 有布林线,平均移动线-IBMde stock graphics samples, containing data Brin line, the average mobile lines
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:9943
    • 提供者:木瓜
  1. xcov

    0下载:
  2. 样本的互相关函数与互协方差的估计值计算 -samples of the cross-correlation function and covariance among the estimated value
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:807
    • 提供者:cjl
  1. thefacecognition

    0下载:
  2. 用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数 字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。 -Offline Character Recognition for The template matching, USPS font terminology Fisher Linear found handwritten identification numbers. For some reason, some of the databases
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:67086
    • 提供者:飞飞
  1. ImageCheck

    0下载:
  2. 使用Direct show从摄像头采集图片,判断图像中是否有运动人体,并进行报警和保留样本,可用于智能监控。-show from the use of Direct Acquisition camera pictures, to judge whether there are images of human movement, and the police and retain samples for intelligent monitoring.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:109733
    • 提供者:蔡荣杰
  1. fogtest

    0下载:
  2. 一个应用程序批处理,有fogtest.bat、samples、fogtest-readme.txt等文件-a batch applications, fogtest.bat, samples, fogtest - readme.txt etc.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:16376
    • 提供者:郭聆听
  1. MARBURG

    0下载:
  2. Routine marburg: To estimate the AR parameters by Burg algorithm. Input Parameters: n : Number of data samples ip : Order of autoregressive process x : Array of complex data samples x(0) through x(n-1) Output Parameters: ep : Real
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:1292
    • 提供者:king_key
  1. FilterASFMuxer

    0下载:
  2. windows media format 9 samples for filter-nine samples for filter
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:17136
    • 提供者:夏新
  1. FVML3.0

    0下载:
  2. 本压缩包共包含: VML极道教程 - 最好的VML教程 FlashVml(闪耀之星)3.0 中文版、英文版 - 最强的VML开发工具 推荐解压、浏览方式: 建议解压缩至D或E盘任意位置(防止常重装系统的用户丢失) index.htm文件即是《VML极道教程》的核心阅读器,建议复制快捷方式到桌面 vmljdjc目录里包含了《VML极道教程》所有的文章内容文件、示例文件、flashvml3.0中英文版 建议打开vmljdjc目录,为flashvml3.h
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2208862
    • 提供者:可爱的中国
  1. changyongsousuosuanfa

    0下载:
  2. 常用搜索算法 光盘上包括了书上提供的例程及算法,均可在Visual C++ 6.0下编译通过。 读者可参照书籍了解程序的使用。 实验素材里面提供了一些模式识别实验用的数据库。其中“数字和字母图像” 用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数 字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。 -search algorithm commonly used on the CD, including a book on th
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:131868
    • 提供者:super
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com