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

搜索资源列表

  1. llrenliandingweishili

    1下载:
  2. 一个人脸检测实例,能根据载入的人物图片,据灰度值差异等,精确的定位出人脸在图片中的具体位置。-a face detection example, according to figures contained in the picture, it was gray values differences, precise positioning and people face in the pictures of the precise location.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:72.63kb
    • 提供者:廖秋筠
  1. FaceDetection

    0下载:
  2. aceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测 操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理 模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。 另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的图片face.bmp进行处理。-aceDetection running, First to file "opened face.bm
  3. 所属分类:图形/文字识别

    • 发布日期:2014-01-15
    • 文件大小:2.73mb
    • 提供者:张素兰
  1. ImageProcessingTest

    0下载:
  2. 能实现载入图像,然后对图像进行模糊、锐化、边缘检测等功能。-To achieve loading images, and then on the image blurred, sharpening, edge detection and other functions.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:2.86kb
    • 提供者:郭龙
  1. FaceDetection

    0下载:
  2. FaceDetection工程运行时,首先要通过文件“打开 载入图片face.bmp,而后才可以进行人脸检测 操作,需要强调的是人脸区域检测、眼睛的检测与定位、人嘴的检测与定位、人脸的勾勒四个处理 模块必须按照先后顺序进行,而且各个模块内的各项操作也必须按照菜单栏从上至下的顺序来进行。 另外,由于在人脸检测时用到了先验知识,所以目前只能对给定的图片face.bmp进行处理。-FaceDetection project run-time, first of all documents
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:935.72kb
    • 提供者:hy
  1. IMGReg

    0下载:
  2. 通过载入图像进行图像配准,主要用于车牌识别这方面-Loading images through image registration, mainly for vehicle license plate recognition in this area
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-11
    • 文件大小:2.11mb
    • 提供者:张靖
  1. FACE

    0下载:
  2. VC6.0的人脸检测程序。包含载入图像,一个常用DIB类以及检测方法。-VC6.0 Face Detection program. Includes loading images, a common DIB class and testing methods.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2.9mb
    • 提供者:李超
  1. ProfileFace10

    0下载:
  2. 训练好的人脸正面分类器,可直接载入运行,-Positive face trained classifier, can be directly loaded run
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:130.25kb
    • 提供者:苏军
  1. facedetec-vcPP

    0下载:
  2. 训练好的人脸分类器,可直接载入运行,基于adaboost的级联分类器-Trained face classifier, can be directly loaded to run, based on cascade classifier adaboost
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-18
    • 文件大小:4.72mb
    • 提供者:苏军
  1. License-plate-identification-matlab

    0下载:
  2. 基于matlab的车牌识别,非常完整,并且有完整的图片。只要载入就可以运行-Based on the matlab license plate identification, very intact, and have the complete picture. As long as the load can run
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1.46mb
    • 提供者:吴金滨
  1. Vehicle-Recognition-System

    0下载:
  2. 1.首先单击载入图像菜单项(载入背景和前景图像),图像在image文件夹下面。 2.然后单击车辆提取菜单项,依次进行图像做差、二值化、开运算、图像去噪、图像填充处理。 3.再单击轮廓提取菜单项,提取车辆轮廓。 4.最后单击车型识别菜单项,对车辆进行识别。 -First click Load Image menu item (loaded background and foreground images), below the image in the image file fol
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-15
    • 文件大小:2.55mb
    • 提供者:黑猫
  1. chengxingshibie

    0下载:
  2. 1.首先单击载入图像菜单项(载入背景和前景图像),图像在image文件夹下面。 2.然后单击车辆提取菜单项,依次进行图像做差、二值化、开运算、图像去噪、图像填充处理。 3.再单击轮廓提取菜单项,提取车辆轮廓。 4.最后单击车型识别菜单项,对车辆进行识别。 -1 First, click Load Image menu item (load background and foreground image), the image in the image folder below.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2.55mb
    • 提供者:才子
  1. EdgeImage

    0下载:
  2. asm中有两个文件,其中c文件中用c语言实现了图片载入、边缘检测功能。asm文件用汇编语言实现了边缘检测功能-Edge Detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1.34kb
    • 提供者:师楠
  1. FaceTest

    1下载:
  2. 简单的人脸识别,VS2008 MFC + OPENCV2.4.4 通过按钮载入图片识别。代源码。-source code . vs2008 mfc and opencv 2.4.4 picture , face_front_recginition.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-28
    • 文件大小:11.16mb
    • 提供者:史森
  1. main

    0下载:
  2. 车牌识别程序 利用模板匹配 有模板 图片请自行载入-License plate recognition program using a template matching template
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-17
    • 文件大小:192kb
    • 提供者:孙川智
  1. python

    0下载:
  2. 载入caffe模型并输出结果,显示分类概率(Load the Caffe model and output the results)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-19
    • 文件大小:6kb
    • 提供者:sectumsempra
搜珍网 www.dssz.com