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

搜索资源列表

  1. hough8

    0下载:
  2. 利用霍夫变换检测圆,求圆的半径-Using Hough transform to detect circles, find the radius of the circle. . . . . . . . .
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:999
    • 提供者:王正旺
  1. hsm-matlab

    1下载:
  2. 使用Hough变换实现图像的二维匹配,可以用于形状的查找和对应,同样适用于机器人定位等领域。 代码内包含说明文档,内容详尽-This document describes the Matlab implementation of an algorithm called Hough Scan Matching. The algorithm s goal is to find the roto-translation which makes two sets of bidimensional d
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1114964
    • 提供者:Wilford
  1. Hough-transform-edge-detection

    0下载:
  2. 这是一个用MATLAB软件编写的基于HOUGH变换的边缘检测程序-This is a MATLAB software HOUGH transform based on edge detection program
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:733
    • 提供者:edison
  1. hough

    0下载:
  2. MATLAB代码中hough变换检测直线-Detection Hough transform in MATLAB code line
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1158
    • 提供者:热潮
  1. Hough-matlab

    0下载:
  2. 利用matlab来实现Hough变换,提取图像中的直线-matlab Hough
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:4317
    • 提供者:邹有为
  1. hough_circle

    0下载:
  2. 很好用的圆的hough变换matlab源代码-useful tool for circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1581
    • 提供者:贺晨宇
  1. Hough matlab-line-mark

    3下载:
  2. matlab环境下的hough变换实现 检测图像中的直线 并将直线标出 适用于检测目标直线边缘 圆柱形物体边缘 飞机机翼 导弹边缘 机场跑道直线 海天交界线 等-hough transform with matlab ,straight line detection in a image and mark it ,it can detect the edge of the target straight edge, cylindrical object edge ,aircraft wing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-09
    • 文件大小:429040
    • 提供者:
  1. Hough-Detect-Line

    0下载:
  2. hough变换检测直线代码在matlab下的运行-hough transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:9776
    • 提供者:zrq
  1. hough

    0下载:
  2. matlab利用hough变换检测直线的程序-matlab use hough transform line detection procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:704
    • 提供者:杨晓
  1. Hough

    0下载:
  2. 运用Hough变换对图像进行处理 matlab实现-Hough transform matlab achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-11-29
    • 文件大小:6798
    • 提供者:张艾瑞
  1. matlab-code

    0下载:
  2. 应用Matlab工具箱演示对比度增强,局部平滑,中值滤波,小波工具,边缘检测,图像二值化,Hough变换直线提取,灰度阈值分割,四叉树分裂合并法等,并完成这些处理程序的GUI集成。-Application the Matlab toolbox Demo contrast enhanced local smoothing, median filtering, wavelet tools, edge detection, image value, Hough transform line extra
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:574699
    • 提供者:
  1. matlab-hough

    0下载:
  2. 我们主要是基于MATLAB平台工作,对图像文件中的果实(类圆形果实)进行识别,通过图像灰度化,二值化,提取边缘,Hough变换等一系列步骤后,对果实图像进行特征提取以获取所需信息。通过对边缘的提取识别图像,便于机器识别。-We are mainly based on MATLAB platform work, to identify the fruit (class round fruits) image files, image gray value, edge extraction, Hou
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:323118
    • 提供者:tiancai
  1. hough-to-detecting-lines

    0下载:
  2. hough变换检测直线matlab代码,对深刻理解hough变换有一定帮助!-hough transform line detection matlab code, on a deep understanding of the hough transform some help!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:577806
    • 提供者:张星星
  1. MATLAB.zip

    1下载:
  2. Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。例如,图1(a)中的九条线段对应于如图1(b)所示的其Hough参数空间的九个累加器峰值。图1(b)中,Hough参数空间的横纵坐标分别为直线极坐标方程:ρ=x×cos(θ) + y×sin(θ) 的两个参数ρ和θ。九个峰值的ρ和θ值唯一的确定其对应线段所在直线的两个参数。并且线段的长度决定坐标(ρ,θ)处的
  3. 所属分类:matlab

    • 发布日期:2016-05-09
    • 文件大小:1024
    • 提供者:peter
  1. matlab-hough

    0下载:
  2. Matlab hough变换示例及程序,比较实用-Matlab hough transform examples and procedures, more practical
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:323065
    • 提供者:wj
  1. Matlab

    4下载:
  2. nonmaxsup——非最大值抑制 hysthresh——设定阈值区间,返回一个二值化图像 canny——边缘探测,图像边缘增强 adjgamma——调整图像的伽马值 findline——利用线性Hough变换和Canny边缘探测得到的线上各点的坐标 circlecoords——返回由圆的半径和圆心坐标决定的圆上各点像素的坐标 houghcircle——取一幅经过canny变换的图像,利用hough变换找到图像中的一个圆 findcircle——计算所得线上各点
  3. 所属分类:software engineering

    • 发布日期:2017-03-04
    • 文件大小:4573184
    • 提供者:廖志伟
  1. hough

    0下载:
  2. matlab hough 变换 函数源代码-matlab hough functions
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1314
    • 提供者:hedilong
  1. hough-ellipse

    0下载:
  2. hough变换检测椭圆的MATLAB程序-hough detection codes to detect shapes in images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:695
    • 提供者:苏亚
  1. HOUGH-detection-circle-

    0下载:
  2. MATLAB平台下使用HOUGH变换检测圆的算法-Use HOUGH transform circle detection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:13480
    • 提供者:单雨嘉
  1. hough

    0下载:
  2. hough变换求图像中的直线,matlab语言编写,修改图片的路径即可。-hough transform to draw the lines in the picture,writen by matlab, the code can only be used after modify the path of the picture.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1070
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 12 ... 21 »
搜珍网 www.dssz.com