登录
首页 » Matlab » 基于 Hough 变换直线检测

基于 Hough 变换直线检测

于 2023-02-14 发布 文件大小:2.27 kB
0 114
下载积分: 2 下载次数: 2

代码说明:

此 matlab 代码使用常见计算机视觉操作称为 Hough 变换的二值图像中检测线。这是为了显示这种方法的工作方式只是线的 Hough 变换的标准实现。 评论: 函数使用标准 Hough 变换检测二进制图像中的行。 根据 Hough 变换,在图像空间中的每个像素 对应于一条线在霍夫空间,反之亦然。此函数使用 极坐标表示法即行 x * cos (teta) + y * 罪 (teta) = p 来检测 二进制图像中的线条。左上的角是图像的极坐标的起源 系统。 使用方法: [pdetect,tetadetect,蓄能器] = houghline(Imbinary,pstep,tetastep,thresh) 参数: Imbinary-一个二值图像。具有值等于 1 的图像像素 HOUGHLINE 函数的兴趣的像素。 pstep-半径极坐标线的间隔。 tetastep-间隔角的极坐标中的行。 脱粒-一个门限值,确定的最小数目 属于一条线在图像空间中的像素。阈值必须 是大于或等于 3(default)。 返回: pdetect-向包含半径的量子检测中的行 极坐标系统。 tetadetect-一个向量,其中包含工厂中的行的角度 极坐标系统。 蓄能器-霍夫空间中的蓄能器数组。 通过编写: 阿明萨拉夫拉兹,可能 5,2004

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

发表评论

0 个回复

  • 2
    说明:  DSP course lab 1 MATLAB
    2011-11-07 23:55:20下载
    积分:1
  • daqituanliu
    本程序是利用大气湍流公式对图像进行模糊处理( This program is the use of atmospheric turbulence equations fuzzy image processing)
    2014-04-22 20:23:15下载
    积分:1
  • Lti_system
    连续LTI系统的时域分析连续时间系统的单位冲激响应、单位阶跃响应在线性系统分析中的作用、地位及其MATLAB实现(Lti system for the time domain analysis)
    2010-12-06 22:38:16下载
    积分:1
  • sysnlineq
    linear equation routines in matlab
    2009-04-08 00:27:28下载
    积分:1
  • GUI-CODES
    graphical user interface matlab code
    2013-10-11 16:46:27下载
    积分:1
  • 软硬阈值和低通滤波图像去噪
    说明:  使用软阈值、硬阈值和低通滤波的方法对图像去噪,并求信噪比和均方根误差评价效果(The methods of soft threshold, hard threshold and low-pass filter are used to denoise the image and evaluate the SNR and RMSE)
    2020-06-23 14:56:19下载
    积分:1
  • Neural-Networks_project
    shape recognition with neural network
    2014-11-19 06:05:53下载
    积分:1
  • IdentifyingRoundObjects
    this code is to classify objects based on their roundness using bwboundaries, a boundary tracing routine.
    2013-10-28 13:09:33下载
    积分:1
  • PCA
    实现图像的降维处理,可以缩短大量的计算时间。(Dimensionality reduction of image processing, a lot of computation time can be shortened.)
    2013-11-19 21:17:01下载
    积分:1
  • mathpowercase9
    本例子是基于IEEE9节点系统编写的潮流计算程序(the power flow calculation of IEEE9)
    2020-07-03 22:00:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载