登录
首页 » matlab » chepaidingwei

chepaidingwei

于 2008-06-10 发布 文件大小:731KB
0 129
下载积分: 1 下载次数: 143

代码说明:

  使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。()

文件列表:

车牌定位
........\ChildFrm.cpp
........\ChildFrm.h
........\ColorTable.h
........\Debug
........\DIBAPI.CPP
........\DIBAPI.H
........\edgecontour.cpp
........\edgecontour.h
........\MainFrm.cpp
........\MainFrm.h
........\pic


........\ReadMe.txt
........\res


........\...\TypeRec.rc2

........\Resource.h
........\StdAfx.cpp
........\StdAfx.h
........\suanfa1.cpp
........\suanfa1.h
........\TemplateTrans.cpp
........\TemplateTrans.h
........\TypeRec.aps
........\TypeRec.clw
........\TypeRec.cpp
........\TypeRec.dsp
........\TypeRec.dsw
........\TypeRec.h
........\TypeRec.ncb
........\TypeRec.opt
........\TypeRec.plg
........\TypeRec.rc
........\TypeRec.rc.bak
........\TypeRecDoc.cpp
........\TypeRecDoc.h
........\TypeRecView.cpp
........\TypeRecView.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GUI
    基于Maltab的gui图像配准程序。输入图像需为灰度图像。(matlab-based image registration)
    2013-06-06 12:04:00下载
    积分:1
  • gmm-cv
    OpenCV_基于混合高斯模型GMM的运动目标检测。内附监测监控视频,方便测试使用。(OpenCV_ GMM Gaussian mixture model based moving target detection. Included monitoring surveillance video, easy testing.)
    2014-02-26 14:47:48下载
    积分:1
  • dsa
    说明:  用VC实现数字减影算法,通过模板匹配,再对两幅图像相减,即用盈片中减去蒙片,从而实现突出血管区域的目的。【源码加文档说明】(Using VC to achieve digital subtraction algorithm, template matching, and then the subtraction of two images, that the film with surplus minus mask, in order to achieve the purpose of highlighting vascular region. 【Source】 plus documented)
    2010-04-18 22:39:04下载
    积分:1
  • matlab_calib
    立体视觉中的相机标定程序!很好用的张正友方法标定程序(stereo vision of the camera calibration procedure! Zhang good is the method of calibration procedures Friends)
    2007-03-23 16:45:59下载
    积分:1
  • MSR_image_enhance
    基于对尺度的MSR算法的医学图像增强算法。 调试可以通过 对于低对比度的医学图像有很好的效果!(scale based on the MSR algorithm of medical image enhancement algorithms. Debugging through the low-contrast image has good results!)
    2007-03-23 09:34:46下载
    积分:1
  • mohuhuifu
    我自己写的运动图像模糊及恢复,可以使标准图像模糊后再恢复,希望大家多执教,程序绝对可以运行(I wrote it myself sporting image blurring and recovery that allows standard image blurred and then recovery, hope that more coaching, the program can run absolutely)
    2007-11-27 22:06:42下载
    积分:1
  • eq
    说明:  该程序采用一种简单的算法对图像进行直方图均衡化,对图像均衡化有一定的作用(The program uses a simple algorithm of image histogram equalization on the image equalization to a certain extent)
    2008-02-26 21:50:49下载
    积分:1
  • multi-target-tracking
    多目标跟踪的主程序,包含跟踪起始,数据关联,目标状态估计等过程(The main process of multi-target tracking, including track initiation, data association, target state estimation process)
    2013-06-26 16:26:24下载
    积分:1
  • detectpoint
    光斑中心提取算法,在VS2010下,用opencv2.3.1编写的控制台程序,主要功能是利用hession矩阵和高斯滤波进行光斑中心点提取,里面附测试图片,提取精度为亚像素级别。(Spot center extraction algorithm, in VS2010, written by opencv2.3.1 console program, the main function is to use hession matrices and Gaussian filter for extracting the center spot, which is attached test images, the extraction accuracy of sub-pixel level.)
    2014-04-16 15:33:49下载
    积分:1
  • imnoise2
    此程序为matlab的噪声添加程序,可添加周期函数的噪声(matlab for noise adding)
    2017-11-12 16:29:52下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载