CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - hough matlab

搜索资源列表

  1. Hough(matlab)

    0下载:
  2. Hough变换的matlab代码,可以参考学习,希望对需要的朋友有所帮助-Hough Transform Matlab code, we can make reference to learning, and I hope to a friend in need of some help
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:791
    • 提供者:星星
  1. Hough(matlab)

    0下载:
  2. Hough change(matalab)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:7731
    • 提供者:hoestone
  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. Hough-circle-detection.rar

    0下载:
  2. M_MAP教你如何用MATLAB绘制海洋、大气类的图。可以使用各种投影,添加各种精度的岸线,绘制的图清晰美观。,M_MAP teach you how to use MATLAB mapping ocean, the atmosphere kind of map. Can use a variety of projection, the line to add a variety of precision, drawing a clear appearance of the map.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:53711
    • 提供者:lijin
  1. hough.rar

    2下载:
  2. hough变换代码文件,包括hough.m houghpeaks.m 和houghlines.m三个文件,hough transform code documents, including hough.m houghpeaks.m and three documents houghlines.m
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:8583
    • 提供者:韩杰
  1. hough-transform-ellipse.rar

    1下载:
  2. hough变换检测椭圆的程序 MATLAB程序,hough transform ellipse detection procedure MATLAB program
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:691
    • 提供者:Ray
  1. Hough变换 图像的形状检测

    6下载:
  2. hough变换,用于直线和圆,椭圆的检测,很实用,hough transform for line and circle, ellipse detection, it is practical
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-04-27
    • 文件大小:12263
    • 提供者:郑海珍
  1. Hough_Matlab

    0下载:
  2. Hough变换_用霍夫曼方法检测圆、直线的Matlab程序 -Hough transform method _ with Hoffman yen, a straight line of Matlab procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:10383
    • 提供者:
  1. hough-Matlab

    5下载:
  2. 利用Matlab编写的基于hough变换的椭圆检测程序,已经运行过的,附图-Written in Matlab, hough transform based ellipse detection procedure has been run off, with photos
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:2590
    • 提供者:guixuzhen
  1. hough

    0下载:
  2. hough变换检测直线的源代码程序,很实用的方法-Detection of a straight line hough transform program source code, it is practical
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:15033
    • 提供者:zhang
  1. HoughCode-Matlab

    0下载:
  2. Hough变换提取圆信坐标,半径的Matlab代码,绝对好使,请大家检验。
  3. 所属分类:图形/文字识别

  1. hough

    0下载:
  2. hough变换的matlab源代码,可以提取直线和圆-hough transform matlab source code, can extract lines and circles
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:808
    • 提供者:dan
  1. Hough-circle-detection

    1下载:
  2. Hough变换检测圆,matlab源代码-Detection of circular Hough transform, matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:44702
    • 提供者:zxl
  1. hough

    0下载:
  2. hough变换是对图像进行预处理后,提取角点的算法。希望这段代码可以很好帮到大家,-hough transform of images after pretreatment Corner extraction algorithms. I hope this code can be a good help to you,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:940446
    • 提供者:南飞燕
  1. hough

    3下载:
  2. sar图像下基于hough变换的机场跑道识别系统,首先对图像进行了灰度缩放拉伸并进行了二值化分割和数学形态学滤波等预处理,再以改进的hough变换进行提取,系统完备-sar images hough transform based on the airport runway identification system, first of all, the gray-scale image zoom and a tensile binarization segmentation and mathe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-05
    • 文件大小:3134
    • 提供者:张益搏
  1. hough

    1下载:
  2. 对于较粗的样本点集 hough 算法是不可能做到检测全部直线的. 另一方面 hough 还会测出许多不存在的直线. 在应用的时候只能根据需要自己标定 精度. 以下是我在MATLAB下开发的hough函数 输入一个灰度图形矩阵, 返回 最长直线斜率. 用来做图形倾斜校正的. 希望贴出来还能有点用吧~-For a sample point set coarse algorithm hough it is not possible to do all the straight line de
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:705
    • 提供者:paul
  1. hough

    0下载:
  2. 这是基于图像处理,用MATLAB编程,对知道图像进行边缘提取和hough线链接的程序-This is based on image processing, using MATLAB programming, to know that the image edge detection and hough line procedure link
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:990
    • 提供者:周源
  1. hough[matlab]

    0下载:
  2. hough变换检测椭圆的matlab程序-hough transform matlab ellipse detection procedure
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:3501
    • 提供者:
  1. Hough

    0下载:
  2. Hough变换的matlab实现程序-Hough transmission based on matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:13037
    • 提供者:罗金凯
  1. lines-hough

    0下载:
  2. hough变换提取直线的程度,有详细注解,适合新人。-hough transform to extract linear extent, with detailed notes, for newcomers.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:1076
    • 提供者:aniu
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com