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

搜索资源列表

  1. 光学字符识别技术

    0下载:
  2. OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR algorithm code. This is not a com
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:874247
    • 提供者:小智
  1. OCR算法之C语言代码

    1下载:
  2. OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:874813
    • 提供者:樊志华
  1. Correlation

    0下载:
  2. 上传的是Convolve算法,在图象处理系统中经常用到,也许对你有参考价值-upload the Convolve algorithm, the image processing system frequently used, perhaps for your reference value
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1749
    • 提供者:廖和
  1. realtarget

    0下载:
  2. 选用不变矩为目标特征,采用以积分方法为基础的一种不变,矩快速算法.对极点的计算提出了具体算法.给出了各种极点的叠加分量.-use the same moment as the goal of using a scoring system based on an unchanged Moments fast algorithm. the calculation of Poles made specific algorithm. the pole is the superposition of va
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:30967
    • 提供者:王城
  1. speakerrecongnizion

    0下载:
  2. 与文本有关的利用模块匹配算法的说话人确认系统-text and the use of the matching algorithm module Speaker Verification System
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:81905
    • 提供者:石头
  1. hafu1ine

    0下载:
  2. 这个程序可以识别图像中的线段或者直线,算法采用哈夫变换,将直线变换为另一个坐标系中的点,进而完成识别。-this procedure can identify the image or straight line segments, Hough transform algorithm. Linear transformation of coordinate system to another's point, thus completing the identification.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1334
    • 提供者:bodiz2002
  1. NumRecg

    0下载:
  2. 这是神经网络中,基于sfom算法的数字识别系统,能够识别0-9共十个数字,并同时给出识别误差!!自己编的!-This is the neural network, sfom algorithm based on the number of identification system 0 -9 to identify a total of 10 figures, and also given the recognition error! ! Developed!
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1614220
    • 提供者:彭涛
  1. 20070427105112594

    0下载:
  2. 基于DSP的手写数字识别系统.介绍了基于TMS320VC5402的手写数字识别系统和该系统的基本原理,给出了它的硬件原理图和软件设计程序框图。最后描述了所用的识别算法和改进的训练算法-DSP-based digital handwriting recognition system. Based on the number of handwritten TMS320VC5402 character recognition system and the system's basic prin
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:185987
    • 提供者:张衡
  1. wzsb

    0下载:
  2. 文字识别系统--数字字符的识别算法,将数字字符的顶部、左右两侧的局部轮廓结构和统计特征组合成特征向量,用以描述10个数字。采用用结构语句识别算法识别底部残缺的和完整的数字字符。-Character Recognition System -- Character recognition algorithm, the top figures of characters, around both sides of the partial outline of the structure and sta
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2239
    • 提供者:tangtang
  1. windows_dibapi

    0下载:
  2. DIB(Device-indepent bitmap)的与设备无关性主要体现在以下两个方面: DIB的颜色模式与设备无关。例如,一个256色的DIB即可以在真彩色显示模式下使用,也可以在16色模式下使用。 256色以下(包括256色)的DIB拥有自己的颜色表,像素的颜色独立于系统调色板。 由于DIB不依赖于具体设备,因此可以用来永久性地保存图象。DIB一般是以*.BMP文件的形式保存在磁盘中的,有时也会保存在*.DIB文件中。运行在不同输出设备下的应用程序可以通过DIB来交换图象。 DIB还可以
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:6457
    • 提供者:王小二
  1. visual-control-source

    1下载:
  2. 人脸识别系统 人脸检测不仅是全自动人脸识别系统的基本步骤,而且本身也可以独立的应用于视频监控、图像检索等领域,因而具有重要的研究价值。尽管Viola等人于2001年提出的基于AdaBoost的人脸检测算法以其卓越的性能而得到了大家的青睐,并已基本解决了大多数情况下的人脸检测问题,但在实际应用中,尤其是智能监控应用中,仍然存在较多挑战性问题。-Automatic face detection face recognition system is not only the basic step
  3. 所属分类:图形/文字识别

    • 发布日期:2013-08-15
    • 文件大小:157864
    • 提供者:吴嘉晔
  1. Soccerrobotsystemafastpatternrecognitionalgorithma

    0下载:
  2. 足球机器人系统中一种快速模式识别算法的研究与实现-Soccer robot system, a fast pattern recognition algorithm and implementation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:50506
    • 提供者:桓宗圣
  1. License-Plate-Recognition-java

    0下载:
  2. 这个项目涉及了人工智能、机器视觉和神经网络等领域,实现一个车牌自动识别系统(ANPR)。它包括了一系列的数学算法原理,以保证数字车牌的检测与提取、字母分割、归一化和识别-This project involves the artificial intelligence, machine vision and neural networks in the field, the realization of a license plate recognition system (ANPR). It
  3. 所属分类:Graph Recognize

    • 发布日期:2015-06-17
    • 文件大小:5911546
    • 提供者:憨豆
  1. Study.on.License.Plate.Segmentation.Based.on.Color

    0下载:
  2. 智能运输系统中车牌识别技术得到了广泛应用 , 车牌分割是车牌识别的重要部分。基于彩色图像车牌分割与采用灰度图像车牌分割相比 , 可以有效消除阴影影响 , 同时车牌颜色也是车牌识别的一个参数。颜色分类处理使用特征函数 , 可以减少颜色坐标转换运算 , 提高颜色分类速度。文中详细讨论中国车牌特征 , 给出车牌分割详细步骤。车牌 区域判别采用信息融合技术。车牌倾斜矫正结合车牌倾斜特点 , 提出快速算法。-Intelligent Transport System in the license pla
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-23
    • 文件大小:142661
    • 提供者:memcpy
  1. detection-match

    0下载:
  2. 用visual c++开发的利用中心匹配算法实现的运动物体检测系统-Using visual c++ Development centers and use the matching algorithm to achieve the moving object detection system
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-20
    • 文件大小:2383500
    • 提供者:sue_Langsujuan
  1. crfzl

    0下载:
  2. crf相关论文包括  基于多层条件随机场的中文命名实体识别.pdf 基于层叠条件随机场的旅游领域命名实体识别.pdf 基于条件随机场的汉语动宾搭配自动识别.pdf 基于条件随机场的汉语分词研究.pdf 基于条件随机场的命名实体识别研究.pdf 基于条件随机场的中文命名实体识别1.pdf 基于条件随机场的中医命名实体识别.pdf、 条件随机场模型归一化因子的计算方法.pdf-Named entity recognition is one of the fundame
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-28
    • 文件大小:10771317
    • 提供者:邹俊杰
  1. baseline-algorithm-

    0下载:
  2. 一种实现人体步态识别的baseline算法,用c语言开发的,运行环境最好是Linux系统,算法性能稳定,可靠性高。-A baseline algorithm of human gait recognition , development of c language, running environment is the best Linux system, the performance of the algorithm is stable, and highly reliable.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1089823
    • 提供者:May
  1. face-detact-system

    0下载:
  2. 对bmp位图的人脸照片进行识别,算法全公开,有注释,有源码、测试数据和打包的可执行文件。-Bmp bitmap face photo identification algorithm full disclosure, notes, source code, test data, and packaged executable file.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-14
    • 文件大小:253328
    • 提供者:黑猫
  1. PCA_based-Face-Recognition-System

    0下载:
  2. 基于PCA算法的人脸识别完整算法,可运行,按提示输入训练数据库和测试数据库,及待识别的图片,即可将识别结果返回,文件中包含ORL人脸库-Complete face recognition algorithm based on PCA algorithm can be run, follow the prompts to enter the training and test s, and the image to be recognized, you can return the recogni
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-29
    • 文件大小:190952
    • 提供者:
  1. PCA_based Face Recognition System

    0下载:
  2. 通过PCA 算法提取特征脸 在人脸训练库中获取每张人脸的特征脸,在测试集中寻找与训练的人脸相似的人脸。有可视化的GUI界面。(The feature face is extracted by PCA algorithm to get the face of each face in the face training library, and the face which is similar to the trained face is found in the test set. There
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-21
    • 文件大小:361472
    • 提供者:qinger123
« 12 3 »
搜珍网 www.dssz.com