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

搜索资源列表

  1. houghtransform

    0下载:
  2. hough变换实现直线检测,MATLAB实现,带实例说明-hough transform
  3. 所属分类:Special Effects

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

    0下载:
  2. 图像处理中经典的hough变换算法,检测直线,顺带有canny算法进行边缘检测-Classical image processing algorithm hough transform to detect straight lines, incidentally, are canny edge detection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3788944
    • 提供者:hj zhang
  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. Hough

    0下载:
  2. 用改进的随机Hough变换检测胸水图像中的细胞,模式识别中的图像处理-Using a Modified Hough Transform Detection of random images of cells in pleural fluid, pattern recognition in image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:221076
    • 提供者:张明伟
  1. hough

    1下载:
  2. 用Hough变换提高激光光斑中心定位精度的算法,模式识别的算法,图像图像处理的应用实例-Use Hough transform to improve the positioning accuracy of laser spot center algorithms, pattern recognition algorithms, Image image processing application
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:48024
    • 提供者:张明伟
  1. hough[matlab]

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

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

    0下载:
  2. 本文件夹包含有20个图像处理常用的源代码,如图像灰度化,24未转256色,二值化,倾斜矫正,hough变换,镜像,滤波等等程序源代码-This folder contains 20 commonly used image processing source code, such as gray-scale images, and 24 did not switch to 256 colors, binarization, tilt correction, hough transform, ima
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:58509545
    • 提供者:郭林杰
  1. hough

    0下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一.本程序中Hough变换可检测图像中的直线,是源程序.-Hough transform image processing image recognition from the basic geometry methods. This procedure can be detected in the Hough transform image of a straight line, is the source.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:604
    • 提供者:zhengzhaohui
  1. HT

    2下载:
  2. HOUGH变换及用于SAR动目标检测的matlab程序!-HOUGH Transform and its implemention in the SAR moving target detection
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:656
    • 提供者:yule
  1. hough

    0下载:
  2. 根据园的方程(x-a)×(x-a)+(y-b)×(y-b)=R×R,将参数空间增加到a,b,R三维空间. 常用的hough变换计算量太大,然而随机hough变换虽然计算量相对小点,但是准确率没有前者高.现在使用 一种改进的方法:提取边缘图像,然后边缘跟踪,在边缘曲线上进行hough变换检测圆.-According to Park' s equation (x-a) × (x-a)+ (y-b) × (y-b) = R × R, the parameter space to a,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1061
    • 提供者:苏立
  1. Hough

    0下载:
  2. 利用Hough变换实现半径未知的圆形物体的检测-Use Hough transform to achieve a circular radius of an unknown object detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:11990
    • 提供者:Beata
  1. hough

    0下载:
  2. MATLAB写的Hough变换的程序,希望对大家有帮助。-Hough Transform MATLAB written procedures, and they hope to help everyone.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2298
    • 提供者:李可
  1. hough

    1下载:
  2. 这是一个基于matlab的Hough变换源代码,很简洁但很实用-This is a Hough transform based on the matlab source code, very simple but very practical
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5686
    • 提供者:王鼎
  1. classical-hough

    0下载:
  2. 文件中有根据经典HOUGH变换算法写的圆检测VC函数,由于圆有三个参数,因此HOUGH算法的圆检测相比直线要慢得多-Document based on the classic HOUGH transform circle detection algorithm written in VC function, there are three parameters as a result of a round, so HOUGH circle detection algorithm is much
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:1680
    • 提供者:丰旻
  1. Houg_part

    0下载:
  2. Hough变换的原理以及直线检测和圆检测的vc代码-Hough transform principle and the straight line detection and circle detection in vc code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:4565
    • 提供者:英文
  1. hough

    0下载:
  2. 功能实现:用c#实现数字图像处理中的hough变换功能-Function realization: Using c# digital image processing of the hough transform function
  3. 所属分类:Special Effects

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

    0下载:
  2. 在噪声服从高斯分布的背景中,采用固定长线段滑动的方法,用Hough变换来实现对弱线段的检测。-With the Hough transform to achieve the right detection of the weak segment
  3. 所属分类:Special Effects

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

    0下载:
  2. hough变换的DELPHI源码,编译通过,可直接做为函数调用。-hough transform DELPHI source code, compile, directly as a function call.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-02
    • 文件大小:2584
    • 提供者:晓东
  1. Hough

    0下载:
  2. 这是一篇有hough变换来实现检测圆的文章,非常的有用,希望能对大家有所帮助。-This is the hough transform to realize there is a test round of articles, very useful, hope you can help.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:195859
    • 提供者:李英
  1. Hough

    1下载:
  2. 利用vc编写的源代码用于数字图像处理中hough变换检测直线-Source code written using vc for digital image processing in the detection of a straight line hough transform
  3. 所属分类:Windows编程

    • 发布日期:2013-08-12
    • 文件大小:1828755
    • 提供者:331
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com