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

搜索资源列表

  1. SHOWBMP.C

    0下载:
  2. 640*480 256 色 .BMP 文件显示程序,可以浏览、同时显示 4 幅图象,也可以 在屏幕上开一个窗口显示 .BMP 图象,并可以使用上下左右箭头键、PageUp/PageDown、Ctrl+Left、Ctrl+Right键浏览整幅图象,在S3、ATI等VGA卡上 调试通过   实例程序能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改).程序有很好的容错设计-640 * 480256 color. BMP file display program ca
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:8.34kb
    • 提供者:飞机
  1. 使用vs2005+opencv2.0,实现车牌的识别

    3下载:
  2. 使用vs2005+opencv2.0,实现车牌的识别。包含整个工程和相应的图片,识别结果正确。-Using vs2005+ opencv2.0, to achieve the identification plate. Contains the whole project and the corresponding images, recognition results are correct.
  3. 所属分类:图形/文字识别

    • 发布日期:2015-02-21
    • 文件大小:17.86mb
    • 提供者:lee
  1. FaceRecog_src

    0下载:
  2. 程序结构 整个工程可以分为3个部分:算法、功能和应用。  算法部分 算法部分目前分为4个模块:人脸对齐、光照归一化、特征提取和选择、子空间降维,每个模块是一个项目,每个项目生成一个dll供功能部分显式调用。  功能部分 功能部分只有一个项目FaceMngr,该部分依赖于算法部分,实现人脸注册、训练、识别、导入/导出等具体功能。该项目生成一个dll供应用部分隐式调用。  应用部分 人脸识别Demo. 另外,工程中
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:612.99kb
    • 提供者:吴嘉晔
  1. haar_like

    0下载:
  2. 图像检索中的一种haar_like特征的资料搜集,比较全。haar_like由voila的人脸识别特征发展而来-Image Retrieval haar_like characteristics of a data collection, the whole comparison. haar_like by voila developed from the characteristics of the face recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2.3mb
    • 提供者:伟峰
  1. fingerprintsourcecode

    0下载:
  2. 另一个指纹识别程序,比较全,用MATLAB编的-Another fingerprint identification process, compare the whole, using MATLAB series ~ ~ ~
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-02
    • 文件大小:686.45kb
    • 提供者:王健男
  1. libcvd-20090828.tar

    0下载:
  2. libCVD is a very portable and high performance C++ library for computer vision, image, and video processing. The emphasis on providing simple and efficient image and video handling and high quality implementations of common low-level image processing
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:864.73kb
    • 提供者:jmskhng
  1. VehiclePositioningSystem

    0下载:
  2. 车牌定位系统是进行车牌自动识别的一个重要部分,只有正确的获取整个图像中的车牌部分,才能正确的对车牌进行识别。-License plate license plate positioning system carrying out an important part of automatic identification, only the right to obtain the license plate part of the whole image in order to correctly
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-06
    • 文件大小:1.23mb
    • 提供者:李聪
  1. numocr

    0下载:
  2. 数字识别Visual C++源代码,包括图片预处理,分割,特征提取,以及数字识别等整个过程。-Numeral recognition source code, including the image preproce-Digital Identification Visual C++ source code, including image preprocessing, segmentation, feature extraction, and digital identification, t
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:70.95kb
    • 提供者:王鹏
  1. LicensePlateRecognitionBasedonDSP

    0下载:
  2. 基于DSP车牌识别自主实验的实现,论文介绍了自主学习教育理念下开设的一门新的课外研修综合性实验课程。该实验课程将DSP、数字图像处理和模式识别相结合,面 向工程实例,以车牌识别系统的开发作为整个实验的内容,并采用从网络选课、自主实验到审核评估的学习模式。实验克服了传统实验课程中 各部分实验分离的缺点,设计了三部分面向应用的综合性实验,作为学生提高综合知识工程应用能力的平台。 -License Plate Recognition Based on DSP implementation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:93.39kb
    • 提供者:lee
  1. HTK

    0下载:
  2. HTK 语言识别的介绍,适合初学者,对整个开发流程,有个清晰的介绍-HTK speech recognition in the introduction, for beginners, on the whole development process, there is a clear descr iption
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:382.91kb
    • 提供者:Stone
  1. PCA-pro

    0下载:
  2. 整个程序是基于Yale人脸数据库的PCA算法。算法主要分成三个部分。第一个部分是选择了每类图片的八张进行训练,形成基空间。第二部分是画图,主要是怎么画出特征脸,就是那个看着比较诡异的东西。可以修改数据,程序中提供了100个特征值和16个特征值的情况示例。最后一部分就是测试部分,检测命中率。效果很理想。-The whole process is based on the Yale face database PCA algorithm. Algorithm is divided into thre
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2.53mb
    • 提供者:龚婉露
  1. TIchinese_A1306

    0下载:
  2. matlab模式识别常用算法 非常全 是个学习的好帮手-matlab pattern recognition algorithm is used to learn the whole is a good helper
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-01
    • 文件大小:632.11kb
    • 提供者:李苍
  1. Grid

    0下载:
  2. 实现滑屏效果,简单明了。而且屏幕可以跟随手势的移动而移动,效果比较好-it can achieve the effect of fling the whole screen
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:53.8kb
    • 提供者:陈文虎
  1. qqgame

    0下载:
  2. qq游戏一起来找茬,可以截取图片,然后读取,点击计算得到不同之处,注意截取大小是游戏整个画面,大小为800*6-qq game up finding fault, can intercept the pictures, then read Click calculated except attention to interception size is the whole picture of the game, size is 800* 600
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-08
    • 文件大小:5.6kb
    • 提供者:张光晋
  1. Digital-recognition

    0下载:
  2. 能够简单实现数字的识别,对初学者很有用,有整个的特征提取以及识别的全过程-Simple digital identification, useful for beginners, the entire feature extraction and recognition of the whole process
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-16
    • 文件大小:249.34kb
    • 提供者:周 脉成
  1. RBF_Network-

    0下载:
  2. 车牌定位模块的训练和识别过程也可以用上面的框图描述。车牌定位模块的目的是从整幅图像中定位出车牌的精确位置。主要利用的信息是车牌部分的纹理分布,主要利用的是水平和竖直两个方向上的边缘。-License plate positioning module training and recognition process can be described using the above diagram. License plate positioning module was designed from
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:770byte
    • 提供者:fox
  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
    • 文件大小:27.54mb
    • 提供者:Shi
  1. 15350958

    0下载:
  2. GSM信道仿真源程序,包括各个模块(交织器,卷及码,外编码)和全信道程序-GSM channel simulation source program, including the various modules (intertwined, volume and code, code) and the whole channel program
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-23
    • 文件大小:8kb
    • 提供者:rrqnsuime
  1. aotutexingdetuojiyingwenzifushibie

    0下载:
  2. 提出了一种基于整体(凹凸)特性的脱机大写体英文字母识别方法。首先计算字母图像的赋值背景,再从中提取凹凸特性,然后根据凹凸特性构建分类表进行分类识别。-This paper presents an off-line capitalization method based on the whole (concavity) feature. First, calculate the background of the letter image, and then extract the convex
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-18
    • 文件大小:177kb
    • 提供者:东方
  1. c#图片文字识别

    3下载:
  2. c#基于Tesseract框架和语言训练库的图片文字识别。全工程文件,对仅含文字的清晰的图片,识别率较高!(C# text recognition based on Tesseract framework and language training library. The whole engineering document has a higher recognition rate for clear pictures containing only words!)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-13
    • 文件大小:41.31mb
    • 提供者:新学徒
搜珍网 www.dssz.com