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

搜索资源列表

  1. Hough变换的matlab代码

    0下载:
  2. Hough变换的matlab代码-Hough Transform Matlab code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1943
    • 提供者:吴迎笑
  1. hough

    0下载:
  2. Hough变换 Matlab源码 可以对输入图像进行Hough变换
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2572
    • 提供者:李鹏坤
  1. hough变换matlab代码

    1下载:
  2. 冈萨雷斯的数字图像处理中的实例,matlab代码
  3. 所属分类:GDI/图象编程

    • 发布日期:2010-10-12
    • 文件大小:165377
    • 提供者:wanglewili
  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. houghecllipe.rar

    0下载:
  2. hough变换检测椭圆的程序 matlab程序,Detected ellipse hough transform procedure
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:622
    • 提供者:zcq
  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-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. Houghtransformbymatlab

    0下载:
  2. hough变换的matlab实现用来检测图像中的直线圆等特征-Hough Transform Matlab achieve images used to determine the characteristics of Circle Line
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:795
    • 提供者:dewgjs
  1. hough

    0下载:
  2. 这个是MATLAB实现Hough变换的程序。有基本的Hough变换的理解程序,也有使用Hough变换来检测信号的程序-This is the realization of Hough Transform MATLAB procedures. Hough transform a basic understanding of procedures, have also used the Hough transform to detect the signal process
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3142
    • 提供者:spring
  1. Photo

    2下载:
  2. 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-29
    • 文件大小:1991623
    • 提供者:郭东
  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. houghlinedetect

    0下载:
  2. hough 变换实现直线检测 在噪声服从高斯分布的背景中构造信噪比为2、长度为34像素的目标线段;在找出线段所在直线后,在采用固定长线段滑动的方法,确定线段的起始点,最终确定线段的确切位置。-hough transform line detection in the noise to obey Gaussian distribution of the background-noise ratio for the structure 2, with a length of 34 pix
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1107
    • 提供者:fisher
  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
  1. hough--line

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

    • 发布日期:2017-03-29
    • 文件大小:148658
    • 提供者:丁海龙
  1. hough

    0下载:
  2. hough变换检测园和直线,计算机视觉作业-Park and the straight line hough transform detection, computer vision operations
  3. 所属分类:matlab

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

    0下载:
  2. hough变换检测直线的程序,用matlab实现-hough transform line detection program, using matlab to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1775
    • 提供者:蔡伟
  1. houghT-circles-matlab

    0下载:
  2. hough变换检测圆,里面有样例图片和报告解释。其中circle_dec.m在matlab中直接调用可以运行。-Using Hough Transform to detect circles.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:414542
    • 提供者:zxx
  1. Hough变换

    0下载:
  2. matlab中Hough.m文件函数源代码(Matlab Hough.m file function source code)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:9216
    • 提供者:兰柯一梦
  1. 边缘检测和hough 变换实现边缘检测MATLAB

    1下载:
  2. 进行图像的边缘检测,霍夫变换用于图像分割处理(image segmentation based on edges check and hough shift)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-28
    • 文件大小:3072
    • 提供者:开心笑一笑
  1. MATLAB求图形的最大内切圆代码

    0下载:
  2. hough变换找直线matlab下能直接运行(Hough transformation which can run directly in matlab environment.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-06
    • 文件大小:3072
    • 提供者:XIAOXIAGEGE
« 1 23 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com