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

搜索资源列表

  1. LineDetectionUsingHough_Grd

    0下载:
  2. Line Detection Using Hough Transform,in a grayscale image.-Line Detection Using Hough Transform. in a grayscale image.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:439012
    • 提供者:袁晔
  1. hough_circledetect

    1下载:
  2. 本算法基于hough变换对图像进行圆检测-hough transform the image circle detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:30982
    • 提供者:李巧枝
  1. Edge_Detection_and_Segmentation

    0下载:
  2. mage Processing Toolbox needed Edge Detection Prewitt Roberts Log Canny Sobel Straight Line Hough Transform quadree region growing threshold watershed
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6789
    • 提供者:少文
  1. WindowedHough

    0下载:
  2. This paper proposes a new technique for rectangle detection using a windowed Hough Transform. Every pixel of the image is scanned, and a sliding window is used to compute the Hough Transform of small regions of the image.-This paper proposes
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:160344
    • 提供者:石决明
  1. thehoughlinedetection

    0下载:
  2. Hough变换可以检测已知形状的目标,而且受噪声和曲线间断的影响小。介绍 采用哈夫(Hough)变换,在二值化图像中检测直线,确定其参数的方法。-Hough Transform can detect known shape goals, but also by the noise and the impact curve intermittent small. Introduced, Hough (Hough) transform, the two binary image detectio
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:157294
    • 提供者:石决明
  1. linedetec

    0下载:
  2. 这是一个使用hough变换来实现一副图像中直线检测的代码,比较高效而且检测效果很不错-use hough transform to achieve an image line detection code, more efficient and effective detection is pretty good
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1017
    • 提供者:亿摆
  1. EdgContour

    0下载:
  2. 用VC编写的一个图像处理的程序:它可以实现图像的边缘检测和轮廓提取,边缘检测算子包括:Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子。hough直线检测、轮廓提取、种子检测和轮廓跟踪。-VC prepared by an image processing procedures : it can achieve image edge detection and contour extraction, Edge Detection Operat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:74227
    • 提供者:何再兴
  1. houghregonize-c

    0下载:
  2. c语言hough变换实现直线和圆的检测。圆的检测是一种改进算法-c language hough transform linear and circular testing. Circle detection is an improved algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1967
    • 提供者:张亮
  1. Imageprocess-11

    0下载:
  2. 用VC实现图像处理的一些效果,如平滑与锐化,边缘增强, Sobel边缘检测和Hough边缘检测, 反转, 腐蚀与膨胀 -images with VC some of the results, such as smoothing and sharpening, edge enhancement, Sobel edge detection and Hough edge detection, inversion, corrosion and expansion
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:131787
    • 提供者:林兴
  1. Houghsuanfashixianyuandejiance

    0下载:
  2. 运用Hough算法实现圆的检测的算法,不同的算法,大家可以进行参考,以便做设计与文章的时候采用.-use Hough algorithm round detection algorithm, a different algorithm, we can engage reference, to do the design and use of the article.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5595
    • 提供者:hsb2000
  1. circel

    0下载:
  2. 基于hough的圆检测,功能比较简单,但对于一般简单图像比较适用-based on the round-detection function is relatively simple, but simple image more generally applicable
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1338
    • 提供者:周昊阳
  1. Hough111

    0下载:
  2. hough变换检测直线的matlab算法-hough transform line detection algorithm Matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1367
    • 提供者:黄慈栋
  1. vctuxiangchulisuanfan

    0下载:
  2. 维纳滤波处理.Hough变换.拉普拉斯高斯边缘检测.图像增强技术,阈值变换,显示渐变色彩效果,图像镜像 图像旋转,逆滤波处理,灰度拉伸等等。。。。经典算法-Wiener filter. Hough transform. Laplace Gaussian edge detection. Image enhancement technology, Threshold transform, show gradual color effects, image rotating mirror imag
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:21855
    • 提供者:yyyyyy
  1. houghostu

    4下载:
  2. matlab平台下的一个车道线检测算法 其中主要包括了HOUGH变换方法和大津自动阈值分割方法,在打包文件中详细说明了每个函数的作用,其中包括了验证图片-Matlab platform under a lane line detection algorithm which includes mainly the transformation methods and HOUGH big-automatic thresholding methods, the packing paper deta
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:76495
    • 提供者:田炳香
  1. EdgeContour

    0下载:
  2. 有关图像的边缘检测、Hough变换、轮廓提取和轮廓跟踪、种子填充等算法-the image edge detection, Hough transform, contour extraction and contour tracking, and seed filling algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:72947
    • 提供者:邓媛媛
  1. Edge

    0下载:
  2. 对图像的边缘进行检测,不同hough,而是通过图像的灰度低度的变化,来判断图像的边缘,从而得到图像边缘-right image edge detection, hough different, but through the low gray image of change, to determine the edge of the image, and thus Edge
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:1261
    • 提供者:卢军
  1. line_detection

    0下载:
  2. Line detection in gray scale using hough transform-Line detection in gray scale using hough tr ansform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-15
    • 文件大小:730360
    • 提供者:kent
  1. coin_detection

    0下载:
  2. Coin Detection using Hough Transform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-15
    • 文件大小:229353
    • 提供者:kent
  1. 99273895houghcircle

    1下载:
  2. 圆检测,hough变换是检测直线&圆的很高的工具,这里是用hough变换检测圆的程序。-Hough transform to detect linear & round of high tool used here is a round Hough Transform detection procedures.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1426
    • 提供者:大庆
  1. Emerging.Topics.in.Computer.Vision

    0下载:
  2. 深入浅出介绍计算机视觉的最新动态。内容包括: * Camera calibration using 3D objects, 2D planes, 1D lines, and self-calibration * Extracting camera motion and scene structure from image sequences * Robust regression for model fitting using M-estimators, RANSAC, and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12192309
    • 提供者:kankan
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 43 »
搜珍网 www.dssz.com