CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - line detect matlab

搜索资源列表

  1. c第二章 matlab语言基础h2

    0下载:
  2. 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:8567
    • 提供者:肖雷
  1. houghline.hough 变换提取直线 MATLAB程序

    4下载:
  2. hough 变换提取直线 MATLAB程序 可以很好的检测出一副图像中的直线,Extraction of straight line hough transform MATLAB program can detect a very good image of a straight line
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-11-28
    • 文件大小:1429
    • 提供者:tdw
  1. R2007test__hough

    0下载:
  2. 在 matlab中利用hough变换对图像进行直线检测,此程序能检测出只要的直线,并提取出来-Hough transform in matlab using the image line detection, this procedure can detect as long as the line, and extracted
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:734
    • 提供者:姚军
  1. matlab实现hough变换的

    0下载:
  2. matlab实现hough变换的 用来检测图像中的直线圆等特征 最好的程序 已验 无错-matlab hough transform to detect realize the image in a straight line features such as the latest round of best and most comprehensive way to
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-01-27
    • 文件大小:1024
    • 提供者:孙宁
  1. houghlines.rar

    0下载:
  2. 在MATLAB中,使用Hough变换做线检测和链接,In MATLAB, use Hough transform to detect and link line
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1328
    • 提供者:zuo
  1. Hough_Transform_zhixianjiance

    0下载:
  2. 实现matlab使用霍夫变换检测直线。并自动找到所检测直线中长度最长的一条直线,检测结果在原始图像上标记。-Detect and mark the direct line in a picture using Hough transform. Coding with matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:921
    • 提供者:
  1. hough-Transform-for-Line-Detect

    0下载:
  2. Hough变换的入门算法.含有详细的注释.-The basis Algorithm for Hough Transform used to detect lines in the Digital Image.The function GetPeak() is useful for Peak Value Detect. Any Question? Mail me.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-25
    • 文件大小:1414
    • 提供者:黄习培
  1. EdgeDetection

    0下载:
  2. 边缘检测1.制作一张包括色块、线条的单色背景图片,先对其作低通滤波产生一幅色块和线条边缘模糊的降质图片待处理,采用任意二种边缘检测算法检测待处理图片中的色块和线条的边缘,得到二值化的处理结果图。从结果图中提取色块和线条的边界坐标值,与实际生成原始图像时采用的真实坐标数据作比较,对产生的检测误差作分析。2.拍摄一张包含待检测物体的黑白或者彩色照片,试采用一种边缘检测的算法做待检测物体的自动提取,对生成的结果作分析。-Edge Detection 1. To produce a including
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:661847
    • 提供者:tosh
  1. Hough

    0下载:
  2. line detection using Hough transform
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:226764
    • 提供者:srikhan
  1. 4_hough

    3下载:
  2. 本程序实现hough变换。Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform this program. Hough transform image processing image recogniti
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:14529
    • 提供者:cui ju
  1. HoughTrans

    0下载:
  2. Detect Line and Circle 基于opencv的直线,圆检测 retinex算法用于人脸识别预处理-Opencv-based Detect Line and Circle line, circle detection algorithm for face recognition preprocessing retinex
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:41993
    • 提供者:彭石
  1. lineDetect

    0下载:
  2. 本文根据图像学的相关知识,写出了用MATLAB进行直线检测的源代码。-This code is based on the knowledge of image processing and use the language of matlab to detect line .
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1160
    • 提供者:耿帅
  1. Hough_LineDetect

    0下载:
  2. 自己编写的利用霍夫变换检测满足一定条件直线的matlab程序,对各个参数进行了详细说明-I have written using Hough transform to detect straight line to meet certain conditions, matlab program for a detailed explanation of each parameter
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:981
    • 提供者:章智凯
  1. hough_circle_detection

    0下载:
  2. Hough变换对圆的检测 Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。 -Hough transform, circle detection is the basic principle of Hough transform, using point and line duality, the lines of the image space into a rallying point for th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:13394
    • 提供者:罗慧
  1. Edge-Linking--Line-Fitting

    0下载:
  2. 用matlab实现的提取边缘,高效连边软件。-detect the edges, then link the connected edges.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:740947
    • 提供者:淮静
  1. Hough matlab-line-mark

    3下载:
  2. matlab环境下的hough变换实现 检测图像中的直线 并将直线标出 适用于检测目标直线边缘 圆柱形物体边缘 飞机机翼 导弹边缘 机场跑道直线 海天交界线 等-hough transform with matlab ,straight line detection in a image and mark it ,it can detect the edge of the target straight edge, cylindrical object edge ,aircraft wing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-09
    • 文件大小:429040
    • 提供者:
  1. Hough-Detect-Line

    0下载:
  2. hough变换检测直线代码在matlab下的运行-hough transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:9776
    • 提供者:zrq
  1. MATLAB.zip

    1下载:
  2. Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。例如,图1(a)中的九条线段对应于如图1(b)所示的其Hough参数空间的九个累加器峰值。图1(b)中,Hough参数空间的横纵坐标分别为直线极坐标方程:ρ=x×cos(θ) + y×sin(θ) 的两个参数ρ和θ。九个峰值的ρ和θ值唯一的确定其对应线段所在直线的两个参数。并且线段的长度决定坐标(ρ,θ)处的
  3. 所属分类:matlab

    • 发布日期:2016-05-09
    • 文件大小:1024
    • 提供者:peter
  1. HoughTransform

    0下载:
  2. 霍夫变换,直线检测,包括了边缘检测,双向高斯滤波。自己写的函数, 不是toolbox自带函数。图像处理-Hough Transform,line detect, edge detect, sep-guassian filter, matlab, image processing.self-define function, no toolbox
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4540
    • 提供者:Wynne
  1. program

    0下载:
  2. 本程序可实现检测图片中的直线,并给出直线方程,检测图片中的圆给出圆的方程包括圆心和半径,检测任意一个零件上的几何图形并给出对应的方程。(This program can detect the straight line in the picture, and give the straight line equation, detect the circle in the picture, give the equation of the circle, including the center
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:252928
    • 提供者:zhang_yan
« 12 »
搜珍网 www.dssz.com