CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像处理,图像识别

搜索资源列表

  1. barcode_system

    1下载:
  2. 采用Visual C++开发平台开发了一个条形码识别系统。该系统采用图像处理技术对条形码图像的噪声进行处理,然后再通过相似边距离的测量方法识别出条形码的编码,有效地提高了识别结果的准确度。 -Using Visual C++ Development platform to develop a bar code identification system. The system uses image processing technology on the bar code image to
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:71240
    • 提供者:YEBIQING
  1. OCR(vc)

    6下载:
  2. 一个经典的C++图像识别源码。包含:图像处理(灰度化,二值化,梯度锐化) 和 神经网络 两部分。-A classic image recognition of the C++ source code. Include: image processing (grayscale-based, binary gradient sharpening) and neural network in two parts.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2014-10-08
    • 文件大小:1504407
    • 提供者:倪燕翔
  1. PicChangeforocr

    1下载:
  2. OCR识别前的图像处理示例,图像去杂点并二值化,以增强OCR的识别率。-change picture before OCR operation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:66430
    • 提供者:pengyong
  1. chepai

    0下载:
  2. 基于MATLAB图像处理的汽车牌照识别系统:看到网站里有不少车牌识别的代码,这里特意找了个原来看过的文章放上来,希望能够帮助大家理解。-MATLAB image processing based on the vehicle license plate recognition system: see the website, there are a lot of license plates to identify the code, here specifically to find a re
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:150503
    • 提供者:xu
  1. read_vedio_test

    0下载:
  2. 通过背景差分法实现了视频的前景人物的识别 图像处理,视频处理-Background Difference Method by the prospect of a video character recognition image processing, video processing
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1388474
    • 提供者:zll
  1. ImageProcessing

    0下载:
  2. 图像处理源码,包含图像显示、图像增强、图像复原、图像变换、图像编码、图像配准、运动检测、特征提取、图像分割、图像识别。-Source image processing, including image display, image enhancement, image restoration, image transform, image coding, image registration, motion detection, feature extraction, image segment
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:282000
    • 提供者:刘小英
  1. att_faces

    1下载:
  2. att人脸库,用于人脸识别,数字图像处理,希望有用-att face database for face recognition, digital image processing, hope helpful
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3084942
    • 提供者:论坛注册
  1. Matla--Image2

    1下载:
  2. MATLAB图像处理中的实力应用 ,在文字识别,车牌识别中有较为广泛的应用,第2部分-MATLAB image processing in the strength of applications, in character recognition, license plate recognition to have a fairly wide range of applications, Part 2
  3. 所属分类:matlab

    • 发布日期:2016-11-24
    • 文件大小:895774
    • 提供者:nash
  1. Recognition

    0下载:
  2. 汽车牌照智能识别C++源程序代码,包括字符分割,图像预处理,字符识别。-vehicle license Intelligent Recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:228548
    • 提供者:frame
  1. ICETEK-DM6437-B

    1下载:
  2. 嵌入式6437的使用说明书,6437B是一款很好用的图像处理的板子,应用在图像识别领域。-Embedded 6437 instruction manual is a good use of the image processing board, used in the transport sector.
  3. 所属分类:DSP program

    • 发布日期:2017-05-26
    • 文件大小:9022761
    • 提供者:韩云武
  1. opencv-License_Plate_Recognition

    3下载:
  2. 数字图像处理源代码,用opencv语言实现车牌识别系统。-Digital image processing source code, using opencv language license plate recognition system.
  3. 所属分类:Graph program

    • 发布日期:2014-04-16
    • 文件大小:4151646
    • 提供者:王瑶
  1. FERET 人脸数据库

    7下载:
  2. FERET 人脸数据库是在人脸识别的图像处理中用到最多的一个数据,美国军方的FERET人脸数据库,共1400幅图片。包括200个人,每人7幅,对应不同的姿态,表情,和光照条件,是目前最权威的人脸数据库,做人脸识别必备!
  3. 所属分类:文档资料

    • 发布日期:2012-11-04
    • 文件大小:17752805
    • 提供者:lecheng124
  1. matlab中指纹识别

    1下载:
  2. 有指纹识别处理后的图像及原图像,完整的指纹识别代码
  3. 所属分类:matlab例程

  1. FaceRecog_src100902

    1下载:
  2. 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1487828
    • 提供者:yk
  1. cell

    0下载:
  2. 细胞识别,对血液图像的处理,可以把血液图中每个细胞都标识出来,并计算出细胞数目,平均半径和平均面积。-Cell recognition, image processing of blood, you can map the blood out of each cell are identified, and calculate the number of cells, the average radius and the average size.
  3. 所属分类:Graph program

    • 发布日期:2017-05-30
    • 文件大小:12878272
    • 提供者:ka
  1. EMCV

    2下载:
  2. 做DSP图像处理可以调用的算法库。在OPENCV的基础上做修改,能在DSP平台上编译通过。-DSP image processing library。modified on the foundation of OPENCV
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:240272
    • 提供者:tang
  1. BitmapDisolve

    0下载:
  2. 提供一个图像处理界面,可直接运行。能实现目标识别,检测,跟踪,对象匹配,字符识别。-To provide an image processing interface, can be directly run. To achieve the target identification, detection, tracking, object matching, character recognition.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-21
    • 文件大小:6173202
    • 提供者:赵军义
  1. matlab

    0下载:
  2. 汽车车牌数字识别(上个学期的数字图像处理的课程设计),能运行-Automobile license plate number identification (the last semester of digital image processing course design), can run
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:8095
    • 提供者:yujing
  1. poker

    2下载:
  2. 这是本人做的本科毕业设计,被评为优秀毕业论文,用matlab编写的基于图像处理的纸牌识别系统-This is I do undergraduate course graduation design, evaluated the outstanding graduate thesis, with matlab based on image processing the card identification system
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:638968
    • 提供者:edison
  1. xihua

    0下载:
  2. 实现功能为细化图像,可用于图像的预处理,比如车牌识别之前的预处理-Realize the functions of detailed images, can be used for image preprocessing, such as License Plate Recognition pretreatment before
  3. 所属分类:Special Effects

    • 发布日期:2017-03-20
    • 文件大小:55296
    • 提供者:修照君
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com