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

搜索资源列表

  1. li5_15

    0下载:
  2. 此代码为图像处理技术中hough函数检测图像中的直线实例-This code is an image processing technology hough function detects the linear image examples
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:710
    • 提供者:yulong
  1. openCV...Track

    0下载:
  2. openCV中的代码 有2ROI Hough检测直线 kalman跟踪小球 播放视频 车道线检测工程代码 -openCV code 2ROI Hough kalman and other thing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-02-06
    • 文件大小:12550144
    • 提供者:王玉
  1. code

    0下载:
  2. 图像分割,基于LOG和Canny算子的精确边缘检测,基于Hough变换的直线检测,图像的四叉树分解-Image segmentation, edge detection based on precise LOG and Canny operator, Hough transform based line detection, image quadtree decomposition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1464
    • 提供者:王易凝
  1. myhough

    1下载:
  2. 一个基于hough变换的直线检测算法,是对书上标准程序改进后的结果-Lion detection based on Hough translation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:150710
    • 提供者:赵添
  1. ImageProcess

    0下载:
  2. 对图像通过Hough变换提取直线算法,采用VC环境编写。-Linear algorithm for image extraction by Hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5388409
    • 提供者:武洪恩
  1. Houghtransform

    0下载:
  2. 基于MATLAB编程的Hough变换直线检测程序,程序简单易懂,具有参考价值-Hough transform line detection procedure based on MATLAB programming, simple procedure, has the reference value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:8471
    • 提供者:
  1. Hough_Dect

    0下载:
  2. 数字图像处理在人们的生活中无处不存在着它的影子,是非常流行热门的技术之一,可以说它是一种每时每刻都在改变着人类生活的技术。人们对于物体的识别主要针对于物体的外形,图像分割目的是对图像中有意义的特征部分进行提取,所谓有意义的特征包括图像中物体的外形边缘和区域等。本文主要针对其中的一个传统而经典的分割方法Hough变换而展开。Hough变换实现的是一种从图像空间到参数空间的映射关系,具有对抗噪声的鲁棒性以及在图像中的不连续性等优点,通过它构建的参数空间可以容易地对特定形状,如直线、圆等解析曲线进行判
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3502845
    • 提供者:yanjue
  1. HoughDect

    0下载:
  2. 数字图像处理在人们的生活中无处不存在着它的影子,是非常流行热门的技术之一,可以说它是一种每时每刻都在改变着人类生活的技术。人们对于物体的识别主要针对于物体的外形,图像分割目的是对图像中有意义的特征部分进行提取,所谓有意义的特征包括图像中物体的外形边缘和区域等。本文主要针对其中的一个传统而经典的分割方法Hough变换而展开。Hough变换实现的是一种从图像空间到参数空间的映射关系,具有对抗噪声的鲁棒性以及在图像中的不连续性等优点,通过它构建的参数空间可以容易地对特定形状,如直线、圆等解析曲线进行判
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3276906
    • 提供者:yanjue
  1. houghtrans

    0下载:
  2. 利用hough变换检测直线,直接检测,速度快。matlab代码-Use hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1172
    • 提供者:shawn
  1. HOUGHLIANXIUntitled

    0下载:
  2. hough变换方法,检测,提取直线。效果非常明显,希望对大家有用-Hough transform method, detection and extraction in a straight line.The effect is very obvious, in the hope that useful to everyone
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2425
    • 提供者:huangtingting
  1. improvedHough

    0下载:
  2. 首先检测图像中相邻的像素点并进行聚类, 形成一些相连的像素点的集合, 然后将聚类 后的像素点进行感知编组, 细分成比原聚类线段更接近直线的线段, 最后对每段近似直线用随机 Hough变换进行检测-First detection in adjacent pixels of the image and clustering, form some connected set of pixels, then clustering Pixels after perception marshalli
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:260820
    • 提供者:huangtingting
  1. DetectThreshold

    0下载:
  2. matlab中的霍夫变换检测圆,利用其检测直线的原理,来检测圆形,非常有效。-matlab principle of Hough transform circle detection, using its line detection to detect round, very effective.
  3. 所属分类:CAD

    • 发布日期:2017-04-07
    • 文件大小:938
    • 提供者:vincent
  1. zhixian

    0下载:
  2. hough变换直线检测,源代码,可在matlab软件中直接进行运行-hough transform line detection
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2910781
    • 提供者:张坚
  1. 20140519d

    0下载:
  2. 利用hough变换检测直线,基于opencv的vs编写的小程序-Use hough transform line detection, based on the opencv vs write small programs
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:716
    • 提供者:Dawson
  1. houghdemo

    0下载:
  2. hough变换主要用于直线检测,在图像处理,图像识别方面应用广泛-hough transform for line detection primarily, widely used in image processing, image recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1054
    • 提供者:张素琦
  1. CCD03

    0下载:
  2. 基于VD的hough变换检测直线,输出直线位置和角度-hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3829895
    • 提供者:owen.ni
  1. test2

    1下载:
  2. 读取图像文件,自动寻找双峰型直方图的阈值,HOUGH变换寻找直线,背景检测.(单高斯模型)-Read image files, automatically find the bimodal histogram threshold, HOUGH transform looking straight, background detection. (Single Gaussian model)
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:4620
    • 提供者:小洋芋
  1. C-andy

    0下载:
  2. 加载一幅图片 对图片进行 标准霍夫线变换 或是 统计概率霍夫线变换. 分别在两个窗口显示原图像和绘出检测到直线的图像.-Load a picture The picture standard Hough transform line or line statistical probability Hough transform. Original image and draw a straight line detected image are shown in the tw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3086
    • 提供者:马东兴
  1. houghbianhuan

    0下载:
  2. hough变换,matlab编程。Hough变换是一种使用表决原理的参数估计技术。其原理是利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-hough transform, matlab programming. Hough transform is a vote on the principle of using a parameter estimation tech
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1325999
    • 提供者:李爱
  1. HT

    0下载:
  2. 这个是自己编写的霍夫变换直线检测MATLAB程序,可以用于道路分道线检测。是一种非常简单容易实践的程序。-This is a hough line detection algorithm which can be used to road lane detection. this method is very simple and easy to realize
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-15
    • 文件大小:8089
    • 提供者:张华
« 1 2 ... 19 20 21 22 23 2425 26 27 28 »
搜珍网 www.dssz.com