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

搜索资源列表

  1. houghtuoyuan3

    1下载:
  2. 利用霍夫变换进行椭圆检测,无需模板,不同的图片只需要更改个别参数-Ellipse detection using Hough transform, without templates, a different picture only need to change individual parameters
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:752
    • 提供者:杨秀芳
  1. HT

    0下载:
  2. 对LiDAR数据实现了基于霍夫变换的球顶检测,程序要求在程序本身的路径下建立data文件夹用来存放待处理数据。-Realized based on LiDAR data dome Hough transform detection, the program requires the path to the program itself established under the data folder used to store data to be processed.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:51003
    • 提供者:hantianzhe
  1. CV2_Learn_LineFinder

    0下载:
  2. 使用opencv2写的,利用概率霍夫变换检测直线,并检测带有端点的线段。-Use opencv2 written using probabilistic Hough transform to detect straight line, and the line segment with endpoint detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9797866
    • 提供者:alonjiao
  1. DIPDemo

    0下载:
  2. 通过学习此程序,配套《数字图像处理与机器视觉》张铮、王艳平、薛桂香。一个集成的大程序有霍夫变换,边缘化处理等。-Through the study of this program, supporting the " digital image processing and machine vision," Zhang Zheng, Wang Yanping, Xue Guixiang. A large program with integrated Hough transfor
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-26
    • 文件大小:8902956
    • 提供者:杜朵朵
  1. Circle

    0下载:
  2. 界面编程,通过霍夫变换检测图形中的圆。同时可以得到圆半径-Programming interface, through the Hough transform detection graphic circle.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-16
    • 文件大小:3958014
    • 提供者:杜朵朵
  1. EdgePContour

    1下载:
  2. VC++边缘检测(包括Robert算子、Sobel算子、高斯-拉普拉斯算子等)、霍夫变换、轮廓提取、种子填充、轮廓跟踪-VC++ edge detection (including Robert operator, Sobel operator, Gauss- Laplace operator, etc.), Hough transform, contour extraction, seed filling, contour tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:86084
    • 提供者:
  1. hough.circle

    0下载:
  2. 介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-Introduction of a circle detection method, based on the Hough transform, and in accordance with the characteristics of circular geometry can be extracted quickly and accurately the circle center coordina
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:6371
    • 提供者:TheNB
  1. image-read

    0下载:
  2. 读图像,霍夫变换算法实现方块,圆形的识别,读bmp图像,显示具体坐标-Reading image, Hough transform algorithm box, round recognition, reading bmp image to show the specific coordinates
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1878
    • 提供者:rnment
  1. hough

    0下载:
  2. 本代码实现的是车道识别过程中用霍夫变换对车道线的提取过程,提取效果较好-it is very important
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:10500
    • 提供者:zerazhna
  1. houghcircle

    0下载:
  2. 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段).本程序利用霍夫变换求解出院的方程。-Hough transform in image processing from the image geometry of the basic methods of identification, one of which is widely used, there are many improved algorithm. B
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1011
    • 提供者:周炎兵
  1. hough

    0下载:
  2. 霍夫变换检测圆心坐标 直线坐标 霍夫变换检测直线圆心纵坐标-Hough transformation
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1190
    • 提供者:mdy
  1. radonbianhuan

    1下载:
  2. 霍夫变换是图像处理中识别几何形状的一种方法,在图像处理中有着广泛应用,霍夫变换不受图形旋转的影响,易于进行几何图形的快速变换。基于霍夫变换的改进方法也有很多,其中一个重要的方法是广义霍夫变换,可以用来检测任意形状的曲线。-Hough transform is a method of image processing to identify geometric shapes, with a wide range of applications in image processing, graphi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:385180
    • 提供者:王开芳
  1. main

    0下载:
  2. 图像处理 实现去噪 灰度化 边缘检测等等功能,以及概率霍夫变换和RGB颜色通道检测相结合的方法-Image processing to achieve de-noising gray edge detection and so on, as well as methods and probabilistic Hough transform RGB color channel detection combining
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:878
    • 提供者:
  1. edge-and-contour-

    0下载:
  2. 图像处理程序,边缘与轮廓,可实现边缘检测,霍夫变换,轮廓提取,种子填充,轮廓跟踪等-Image processing, edge and contour can be realized edge detection, Hough transform, contour extraction, seed filling, contour tracking, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2120301
    • 提供者:changzhijie
  1. my_func(1)

    0下载:
  2. 二值化、加噪、基于霍夫变换的直线和圆的检测-Binarization, noise, and based on the straight line Hough transform circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2162
    • 提供者:wft
  1. Rectangular-Detection

    0下载:
  2. 矩形检测,基于MATLAB的利用霍夫变换,自己弄的,很实用-rectangular detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1797302
    • 提供者:朱洲
  1. circle-detection

    0下载:
  2. 基于MATLAB的圆检测的图像处理,用到了最小二乘法,和霍夫变换-circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:324928
    • 提供者:朱洲
  1. houghcircle

    0下载:
  2. Matlab环境下使用霍夫变换在二值图像上检测圆形的代码-Function uses Standard Hough Transform to detect circles in a binary image.
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1243
    • 提供者:VictorLiu
  1. houghellipse

    2下载:
  2. Matlab环境下利用霍夫变换和椭圆标准公式,在二值图像上自动检测椭圆并标记。-Matlab environment using Hough transform and oval standard formula, the binary image automatically detect and mark the ellipse.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:1306
    • 提供者:VictorLiu
  1. image

    0下载:
  2. 基于VC6MFC对灰度图像的数字图像处理程序,适合初学者使用。包括灰度直方图、霍夫变换、几何变换、边缘提取等功能。-Based on grayscale images VC6MFC digital image processing program, suitable for beginners to use. Including histogram, Hough transform, geometric transformations, edge detection and other func
  3. 所属分类:Special Effects

« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 21 »
搜珍网 www.dssz.com