搜索资源列表

  1. CircledetectionbasedonrandomHoughtransform

    0下载:
  2. 基于随机Hough变换的圆检测方法,可检测不同位置、半径的圆。-Based on random Hough transform circle detection method can detect a different location, the radius of the circle.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:94208
    • 提供者:wang gang
  1. Pnew

    0下载:
  2. hough变换的源代码。完整版,附带说明-hough transform the source code. Full version, included in the Notes
  3. 所属分类:文件格式

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:and
  1. hough_circle

    0下载:
  2. Hough变换实现检测圆的程序,对圆形的突变点敏感,可以实现边缘图像中圆的检测。-Hough transform circle detection procedure, the mutation point of a circular sensitive, you can realize edge detection image circle.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:无梦
  1. Hough_coin_detect

    0下载:
  2. 利用Hough变换可以检测圆的原理,本程序实现对硬币的检测,很好的程序。-Hough transform can detect the use of the principle of a round, the procedures to achieve the detection of coins, a good procedure.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:216064
    • 提供者:无梦
  1. BmpProcess

    0下载:
  2. 基于MFC平台,利用Hough变换实现对直线和圆的检测,能很好的检测出来。-MFC-based platform, the use of Hough transform to achieve a straight line and circle detection, can be detected very good.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:3924992
    • 提供者:Richard Chang
  1. carnum

    0下载:
  2. 采用随机hough变换对圆心进行检测,VC++,包括直方图变换,去除孤立点-A randomized hough transform to detect the center, VC++, Including histogram transform, remove the isolated points
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:54272
    • 提供者:袁利群
  1. CircularHough_Grd

    0下载:
  2. houph变换,通过梯度函数得到图像的梯度矩阵,通过检测圆检测眼睛位置。-houph transform, through the gradient function to be the image gradient matrix, circle detection by detecting the location of the eyes.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:严峰
  1. hough

    0下载:
  2. 基于hough变换的椭圆检测新方法,有改进,提高了运行效率-Hough transform based ellipse detection of new ways to improve and enhance the operating efficiency
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:172032
    • 提供者:Andy
  1. 1985Hough

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

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:郑海珍
  1. HoughForCricle

    0下载:
  2. Hough变换在圆检测中的应用,MATLAB程序源代码。-Hough transform in a round Detection, MATLAB source code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:14336
    • 提供者:silen
  1. circle-detection-using-hough-transform

    0下载:
  2. circle detection using hough transform 作者:D J Kcrbywn and T J Atherton, University of Warwick, U.K.霍夫检测圆的IEEE,1995的文章,对指导霍夫变换圆检测的原理有一定的指导。-circle detection using hough transform Author: DJ Kcrbywn and TJ Atherton, Un
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:338944
    • 提供者:miaosiyi
  1. houghnofilter

    0下载:
  2. 运用hough变换进行圆检测,能够检测圆形物体。 -Hough circle detection for use
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:丽丽
  1. Hough-Circle-Detection

    0下载:
  2. 这个matlab程序通过标准的hough变换,并指定圆半径的情况下,在二值图像中检测圆。-The matlab program through standard hough transform, and specify the radius, the two values in the detection of circular images.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:37888
    • 提供者:eddielee
  1. Circle_Recognition_Through_a_Point_Hough_Transform

    0下载:
  2. :给出了一种新的Hough 变换圆检测方法——点Hough 变换(PHT)。该方法根据圆周上任意两条不平行弦的中垂线相交与圆心的几 何性质,同时选取曲线上3点 进行计算,将传统Hough变换圆检测时的三维参量统计变成一维参量统计,极大地降低了计算复杂性和对资源的需求。为了克服任意选取组合点可能带来的计算量增加及统计结果的分散程度提高,文中提出了点的选择方法。合成图和实际图像的实验结果表明,该方法用于普通图像中圆检测时快速、稳定、准确
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:212992
    • 提供者:王浩
  1. 4_hough

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

    • 发布日期:2024-05-16
    • 文件大小:14336
    • 提供者:cui ju
  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 circl
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:丰旻
  1. hough

    0下载:
  2. Hough变换对圆的检测.Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。-Circle Detection using Hough Transformation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:14336
    • 提供者:王新
  1. Houg_part

    0下载:
  2. Hough变换的原理以及直线检测和圆检测的vc代码-Hough transform principle and the straight line detection and circle detection in vc code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:英文
  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:195584
    • 提供者:李英
  1. Ellipse1

    0下载:
  2. 基于hough变换的快速椭圆检测方法,其中有边缘检测/平滑去噪等-hough ellipse edge
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-16
    • 文件大小:3905536
    • 提供者:ok
« 1 2 3 4 5 67 8 9 10 11 ... 15 »

源码中国 www.ymcn.org