CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 垂直投影

搜索资源列表

  1. chepaidingwei

    0下载:
  2. 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1495081
    • 提供者:老昌
  1. touying

    0下载:
  2. 投影代码,实现水平垂直投影。一个小程序,比较简单-Projection code, to achieve horizontal and vertical projection. A small program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:849318
    • 提供者:Nettle Tree
  1. chuizhitouying

    0下载:
  2. 图像垂直投影的C++程序,图像垂直投影的C++程序。-Vertical projection of the image of C++ program, the vertical projection of the image C++ program.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:87746
    • 提供者:米线
  1. fenge

    0下载:
  2. 此程序是针对垂直投影算法的车牌分割程序,包括去除边框,分割字符等。-License plate segmentation,vertical projection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1812
    • 提供者:yanruoxiaoxi
  1. Untitled2

    0下载:
  2. 圖像水平與垂直投影-Image horizontal and vertical projection
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:582
    • 提供者:nick
  1. fcheepaipanbbo

    0下载:
  2. 对于车牌灰度图像进行滤波去噪后先用峰谷法二值化,再用垂直投影法进行分割,最后后进行模板匹配,并用弧向判定法匹配对几组易出错的字符进行检测,从而的到车牌号。 -License plate grayscale image filter denoising with a peak-to-valley method after the first two values, then the vertical projection of the dividing Finally after the te
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:88150
    • 提供者:举例
  1. license-plate-recognition

    1下载:
  2. 本程序采用一种基于垂直Sobel算子检测边缘和投影法的车牌定位方法,根据车牌区域竖直纹理突出的特点,利用Sobel垂直算子提取边缘,然后投影得到车牌的水平投影图,利用水平投影图分割出车牌,再运用膨胀运算进行车牌垂直定位。利用旋转投影法寻找车牌倾斜角度,然后用双线性插值进行车牌图像倾斜矫正。对经过精定位的车牌利用垂直投影法,找出各个字符的中心点,根据字符中心点位置进行切割。同时将切割出来的图片与数据库中的每张模板图片进行减法运算,计算该图片与模板的均方误差,其均方误差最小的模板即为识别出的字符。-
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:6965
    • 提供者:埃米尔
  1. template-matching

    0下载:
  2. 通过水平投影法和垂直投影法实现图像的模板匹配。-Horizontal projection and vertical projection image template matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:2908954
    • 提供者:MJ
  1. License-plate-character-segmentation

    0下载:
  2. 车牌字符分割与数字识别算法研究,基于图像垂直投影和固定分割方法的车牌字符分割研究-License plate character segmentation and digital identification algorithm, based on vertical projection of the image and fixed segmentation method of license plate character segmentation research
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:710169
    • 提供者:yyp
  1. ImageStitch

    0下载:
  2. 基于垂直投影的图像水平拼接 这种算法匹配特征少,速度快-Open cv.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:14976740
    • 提供者:opencv
  1. eye-m1

    0下载:
  2. 通过对人脸进行水平投影和垂直投影,来实现人眼的定位。-Through the horizontal projection and vertical projection on the human face to achieve the positioning of the human eye.
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:4265
    • 提供者:王洪伟
  1. CROP-THE-LETTRT

    0下载:
  2. 利用垂直投影法,在坐标上寻找切割点的实现序列号切割-crop the letter
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:163109
    • 提供者:xingyu
  1. mouldmatch

    0下载:
  2. 用于图像的模板匹配,包含水平投影、垂直投影。-Template matching for image, includes a horizontal projection and vertical projection.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:270097
    • 提供者:dzx
  1. platelocate

    0下载:
  2. 一个很好的车牌定位实例,通过经过灰度化、二值化、降噪、中值滤波、水平投影和垂直投影算法,实现了车牌的准确定位。-A good example of plate positioning, by passing through the graying, binarization, noise reduction, median filtering, horizontal and vertical projections algorithm to achieve the exact location
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13365838
    • 提供者:Maple
  1. body-prospects-extraction-method-

    0下载:
  2. 基于垂直投影直方图的视频中人体前景提取方法_祝士娟.zip-Based on vertical projection histogram of the video in the body prospects extraction method _ Zhu Shijuan. Zip
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:57966
    • 提供者:Can
  1. projection

    0下载:
  2. 对图像做水平和垂直投影变换,可以确定图像的边界区域-Does the image horizontal and vertical projection transformation, to determine the borders of the image region
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1631
    • 提供者:Junema
  1. templiate

    0下载:
  2. 用Visual c++实现图像的模板匹配,其中投影法包括水平投影法和垂直投影法,附图片实例-Achieved using Visual c++ image template matching, which includes horizontal projection projection and vertical projection, with picture examples
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:229959
    • 提供者:shawn
  1. erzhi

    0下载:
  2. 图像二值化及水平垂直投影,能够实现基本的图像处理操作-Binarization and the horizontal and vertical projection,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:425224
    • 提供者:王俊杰
  1. PlateLocate

    0下载:
  2. 用于车牌的定粗略定位,主要运用水平垂直投影法对车牌区域扫描,以确定车牌位置-Given a rough positioning for the license plate, the main use of horizontal and vertical projection of the license plate area scan to determine the location of the license plate
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2518808
    • 提供者:陈俊
  1. chengpin

    0下载:
  2. 简单的车牌分割程序。通过提取颜色分量定位车牌 并通过垂直投影方法分割车牌-Simple license plate segmentation procedures. And split the license plate license plate color components by extracting the vertical projection method by
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2512
    • 提供者:仝宗健
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com