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

搜索资源列表

  1. HoughTrans111

    0下载:
  2. 图像处理,应用hough算法,二值化,灰度化处理图像,-Image processing, the application of algorithm hough, binary, gray-scale image processing,
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4178918
    • 提供者:wurenhong
  1. hough

    0下载:
  2. hough transform for detecting line
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1297
    • 提供者:ali2009
  1. houghtransform

    0下载:
  2. hough变换源码 用于检测直线或圆形等-hough transform for the detection of source, such as linear or circular
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1728
    • 提供者:yxp
  1. houghpeaks

    0下载:
  2. hough变换检测直线中的峰值检测,只有检测出峰值,才能找出直线-hough transform detection of the peak detector in a straight line, only to detect the peak in order to find a straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2845
    • 提供者:llp
  1. houghpixels

    0下载:
  2. hough变换中的非零点检测,找到非零点,进行累加,才能找出直线-hough transform in the detection of non-zero, to find non-zero, to accumulate in order to find a straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2308
    • 提供者:llp
  1. bwl

    0下载:
  2. 图像像素级边缘检测程序,主要基于soble算子与Hough变换-Image pixel level edge detection process, the major operator and soble based on Hough transform
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:590
    • 提供者:潘明雷
  1. hough

    0下载:
  2. 霍夫变换可以进行边值提取功能,在数字图像处理上功能强大-hough
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:570
    • 提供者:dlm
  1. hough_

    0下载:
  2. hough变换的一些经典文章,可供参考。-hough transform a number of articles for reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1913485
    • 提供者:tnger
  1. linedetection

    0下载:
  2. 图像中的直线检测,hough变换的理论讲解和实现算法-Straight-line image detection, hough transform algorithm and the realization of the theory to explain
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:157019
    • 提供者:
  1. hough

    0下载:
  2. (1)hough1.m计算所有点的直线参数 ,并将参数存入累加数组中; (2)houghpeaks.m文件进行峰值检测 (3)houghlines.m对图像中的线段检测和链接:-(1) hough1.m straight points for the calculation of all parameters, and parameters into the cumulative array (2) houghpeaks.m document peak detector (3) hou
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3641
    • 提供者:tudou
  1. circles

    0下载:
  2. 这段程序利用 Hough 变换在灰度图像中找圆 ,并可进而给出圆心和半径-The function cvHoughCircles finds circles in grayscale image using some modification of Hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:598
    • 提供者:李昊
  1. leogic

    0下载:
  2. 一、图像边缘检测里边包含3个程序: 1.边缘检测程序,包括robert 算子,sobel 算子,prewitt算子,gauss-laplace算子 2.hough变换检测直线 3.轮廓提取程序 二、图像配准程序 包括1个程序 三、图像复原程序 里边重点实现了由运动模糊造成的图像复原的算法。 上传作者简介:图像处理专业博士研究生。 恳请版主批准同意。谢谢!-edge detection image contour extraction hough tr
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:2663645
    • 提供者:leogic
  1. segmentatioin

    0下载:
  2. Hough变换检测直线,阈值选取对图像灰度化处理,以及空间类聚法,松弛迭代算法-Hough transform detection of a straight line, threshold selection of image processing, as well as space-type polymerization, relaxation iterative algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:130937
    • 提供者:王政博
  1. Circle_Recognition_Through_a_Point_Hough_Transform

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

    • 发布日期:2017-03-28
    • 文件大小:212905
    • 提供者:王浩
  1. hough

    0下载:
  2. Hough变换的原程序,谢谢大家参考指正-Hough transform of the original program, thank you for the reference correction
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1558
    • 提供者:李论
  1. T58

    0下载:
  2. 图像处理的霍夫(Hough)变换C代码 -Hough
  3. 所属分类:Graph program

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

    0下载:
  2. hough变换原理的简单介绍 希望大家一起讨论编程 -hough transform the principle of hope with a brief discussion of programming
  3. 所属分类:Project Manage

    • 发布日期:2017-04-01
    • 文件大小:2064
    • 提供者:penglixiao
  1. Houghchange

    0下载:
  2. HOUGH判断圆,根据判断直线的方法来改变的MATLAB程序,能在各种MATLAB下运行-USE HOUGH TO DETECT CIRCLE
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:5081833
    • 提供者:henry
  1. houghtransform

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

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

    0下载:
  2. Transformada Hough GUI de Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2614
    • 提供者:steephen13
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com