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

搜索资源列表

  1. barcode

    0下载:
  2. 条形码打印演示程序。对于条码打印编程者来说是一个很好的参考资料。如果想得到更专业的请登陆 http://www.boomcode.cn
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:37251
    • 提供者:马文革
  1. TestDetection_v.2

    0下载:
  2. This article is an extention of an article that I posted on CodeProject earlier (See http://www.codeproject.com/KB/mcpp/iss.aspx). This project demonstrates how to perform human face and eye detection using OpenCV in .NET. The detection is performed
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:25653
    • 提供者:萧董
  1. Optical_Character_Recognition

    0下载:
  2. The aim of Optical Character Recognition (OCR) is to classify optical patterns (often contained in a digital image) corresponding to alphanumeric or other characters. The process of OCR involves several steps including segmentation, feature extractio
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:50325
    • 提供者:ruan
  1. homest-1.3

    0下载:
  2. 求单应矩阵的算法。应用LM算法。输入2幅图片上的4对对应点,应用该算法可以找到单应矩阵。-http://www.ics.forth.gr/~lourakis/homest/ C/C++ Library for Robust, Non-linear Homography Estimation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:56267
    • 提供者:cao
  1. train

    1下载:
  2. 用于自动化训练Tessact OCR的程序,用powershell编写而成,可以在windows下运行,(请先安装powershell运行环境)。 如果没有此程序,训练过程将是极端艰苦的。(可参见官方手工训练教程:)http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 使用方法: 1. 将train.ps1文件放在Tesseract的bin目录下; 2. 进入Powershell环境,运行命令:PS
  3. 所属分类:Graph Recognize

    • 发布日期:
    • 文件大小:1441
    • 提供者:Kevin
  1. MultiWavelet-Tools

    0下载:
  2. MultiWavelet Tools是一个变换工具,可以用来进行压缩、去噪,边缘检测等等!-MultiWavelet Tools is a transformation tool can be used for compression, denoising, edge detection and so on!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-16
    • 文件大小:340931
    • 提供者:bird
  1. LPR_VISL

    0下载:
  2. LPR車牌辨識軟體,是由VISL實驗室開發的demo source code,可以直接在Matlab環境下執行(demo),程式主要使用類神經網路演算法(Neural Network)-License Plate Recognition-- Matlab source code, it s from VISL please visit website: http://visl.technion.ac.il/ for more information
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2284167
    • 提供者:jo
  1. FACE-RECOGNITION

    0下载:
  2. 此文的目的有三个:第一,当地连续均值量化变换特征是提出照明和传感器敏感操作在目标识别上。其次,注册稀疏Winnows网络分割,提出了加快原分类。最后,特点和分类相结合对于正面人脸检测任务。检测结果列 为MIT + CMU系统和BioID数据库。关于这人脸检测器,接收器操作特征曲线BioID数据库产生最好的结果公布。对于结果麻省理工学院的中央结算系统+数据库相当于国家的最先进的脸探测器。一个人脸检测算法的MATLAB版本可以从http://www.mathworks.com/matlabce
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1397966
    • 提供者:
  1. EdgeDetection

    0下载:
  2. A C# class I created for Detecting and Cropping the edge of ID cards scanned by normal scanners, of both white background and black background. Needs AForge.Imaging library from http://code.google.com/p/aforge/ Please review and tell me wha
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:1454
    • 提供者:BahY M. Ali
  1. pattern-recognition

    0下载:
  2. 国防科大国家精品课程《模式识别》课件, 课程网站上有配套的著名模式识别专家孙即祥的教学视频。 http://jpkc2009.nudt.edu.cn/mssb/index.asp-The National University of Defense Technology in national quality curriculum" pattern recognition" courseware
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5391239
    • 提供者:liwenbo
  1. mod_lowe_demo

    0下载:
  2. SIFT提出者的程序,SIFT特征匹配,测试可用 来自 http://www.cs.ubc.ca/~lowe/keypoints/-the program for SIFT algorithm it s useful for graphics match http://www.cs.ubc.ca/~lowe/keypoints/
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3111743
    • 提供者:fengpuchun
  1. Release

    1下载:
  2. 闲时无聊,搭了一个基于深度神经网络的手写数字识别系统。该系统在手写数字数据库mnist测试达到了99.22 的准确率。整个系统基于C++开发,可以很方便的移植到其他平台。 其中手写数字数据库mnist(http://yann.lecun.com/exdb/mnist/),有60000个训练样本数据集和10000个测试用例。它是由Google实验室的Corinna Cortes和纽约大学柯朗研究所的Yann LeCun建立的一个手写数字数据库。同时它是nist数据库的一个子集。
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-19
    • 文件大小:28878848
    • 提供者:Shi
  1. Verify-identification

    0下载:
  2. 易语言另类验证码识别源码例程程序结合易语言互联网支持库,识别http://user.2667.com/网站的验证码。-Easy language alternative source identification code validation routine procedures with easy language Internet support database, the recognition http://user.2667.com/ site verification code.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:11521
    • 提供者:杨洋
  1. auto_image

    0下载:
  2. 利用PIL,自动生成验证码。 1.首先要安装pil(http://www.pythonware.com/products/pil/#pil117)最新办1.1。17-automation make the image for validating by PIL.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1302
    • 提供者:Rik_xiao
  1. hog

    0下载:
  2. 下面的代码是实现HOG(附柱状图导向梯度)             描述符和目标检测,通过那伏乃尔达拉尔和比尔Triggs介绍。             所计算的特征向量是与兼容             INRIA目标检测与定位工具包             (http://pasca
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-14
    • 文件大小:3579
    • 提供者:sdsdsdaaasd
  1. code

    0下载:
  2. 基于词袋的场景分类,分类器采用SVM和最近邻,需要vlfeat和图片见http://cs.brown.edu/courses/csci1430/proj3/-Based on word bag scene classification, SVM classifier using the nearest neighbor and need vlfeat and pictures see http://cs.brown.edu/courses/csci1430/proj3/
  3. 所属分类:Graph Recognize

    • 发布日期:2016-02-24
    • 文件大小:1201152
    • 提供者:yeon
  1. ctegaki-lib-master

    0下载:
  2. Tegaki是一款开源的手写输入法,可以运行在Windows、Mac OS X和UNIX/Linux上。可以参见其项目主页http://tegaki.org/-Tegaki is an open source handwriting input method, it can run on Windows, Mac OS X and UNIX/Linux. You can see the project homepage http://tegaki.org/
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-03
    • 文件大小:848570
    • 提供者:王小平
搜珍网 www.dssz.com