登录
首页 » matlab » edge_detection

edge_detection

于 2014-06-12 发布 文件大小:138KB
0 134
下载积分: 1 下载次数: 81

代码说明:

  本代码比较全面地给出了图像边缘检测常用的各种算法的代码,包括:基于LoG算子边缘检测、基于Canny算子的边缘检测、基于SUSAN算子的边缘检测、基于小波变换模极大值的边缘检测、利用有限冲击响应来提取不同方向边缘、采用灰度形态学膨胀和腐蚀,对图像进行单尺度和多尺度的形态学边缘检测(This code gives a more comprehensive variety of commonly used edge detection algorithm code, including: LoG operator based on edge detection, based on Canny operator edge detection based on SUSAN operator edge detection based on wavelet transform modulus maxima edge detection values ​ ​ using finite impulse response to extract edges in different directions, using grayscale morphological dilation and erosion, the image of the single-scale and multi-scale morphological edge detection)

文件列表:

edge_detection
..............\cannyFindLocalMaxima.m,1464,2012-02-05
..............\canny_edge.m,1984,2012-02-05

..............\ex6.m,1155,2012-02-05
..............\ex7.m,223,2012-02-05
..............\ex8.m,227,2012-02-05
..............\ex9.m,604,2012-02-05

..............\log_edge.m,1762,2012-02-05

..............\susan.m,1102,2012-02-05
..............\susan_threshold.m,249,2012-02-05

..............\程序运行说明.doc,12800,2014-06-12

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

发表评论

0 个回复

  • chepaidingwei
    使用说明 使用时打开此例题目录下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.区域裁剪,截取车牌图像。()
    2008-06-10 10:17:08下载
    积分:1
  • fourier
    基于radon的图像运动模糊参数估计程序,估计了模糊角度与模糊尺度,但过大的图片需先处理后才能使用(Radon-based image motion blur parameter estimation procedure, estimates of the fuzzy point and fuzzy scale, but the picture is too large to be treated before use)
    2011-06-20 09:46:15下载
    积分:1
  • second-gray-image-statistics-and-FFT
    采集一幅像素大于64*64黑白图像; 常规的数学统计数据处理:计算图象各象素点灰度值得均值、标准差、方差,并绘出灰度直方图; 采用[FFT(傅立叶变换)]对图像进行分析(Acquisition of a pixel is greater than 64* 64 black and white images The conventional mathematical statistical data processing: calculation of each pixel grayscale image is worth the mean, standard deviation, variance, and draw grayscale histogram The [FFT (Fourier transform)] to do image analysis )
    2012-03-06 14:04:15下载
    积分:1
  • cg-descent
    用共轭梯度下降算法 求解图像压缩感知 并进行比较(Conjugate gradient descent algorithm for image compression and compared perception)
    2013-08-30 22:33:31下载
    积分:1
  • text-segmentation
    不均匀光照下的文字分割,综合运用同态滤波方法、Bernsen局部阈值法、边缘识别法。(Uneven illumination of the text segmentation, integrated use of homomorphic filtering methods, Bernsen local threshold, the edge identification method.)
    2020-11-11 00:29:45下载
    积分:1
  • reproject_mod04
    批处理与重投影MODIS MOD04 数据(Reproject MODIS s mod04 data)
    2021-04-21 20:38:49下载
    积分:1
  • MSRCR
    说明:  带颜色恢复的MSR代码,可直接在MATLAB上调用。(MSR code with color recovery can be called directly on MATLAB.)
    2019-12-17 14:59:41下载
    积分:1
  • FingerRecognition-CSDN-latent
    说明:  对指纹进行识别,通过gabor进行指纹增强,然后细化得到结果(Fingerprints were identified and enhanced with gabor, and the results were refined)
    2019-04-25 21:32:02下载
    积分:1
  • demo_ica
    说明:  高光谱遥感图像光谱解混的独立成分分析技术(Independent component analysis technique for spectral unmixing of hyperspectral remote sensing images)
    2020-07-09 15:55:24下载
    积分:1
  • images
    数字图像处理的非常面全的图片,包含有各种格式的和大小的。(there are many kids of images that used to digitial image pricessing,including lena,boat,cman images)
    2015-04-25 11:19:56下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载