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

搜索资源列表

  1. ip4

    0下载:
  2. 此专栏的系列文章之四,详细讲诉了图像识别中的“霍夫变化”(Hough Transform)算法,该算法可以提取出图像中的直线、圆、矩形等图形,在图像识别中是一种较重要的算法。-column of this series of articles 4, the detail v. Image Recognition "Hough change" (Hough Transform) algorithm, the algorithm can extract images of str
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:3422
    • 提供者:周自强
  1. matsource

    0下载:
  2. 芯片一旦进入摄像头视场,则能被系统感知,系统会开始对该芯片进行自动跟踪,确保ROI区域始终包含芯片,从而缩小了待...系统使用图4所示的方法提取特征量。其中有图像平面上纵、横、斜交叉的20条直线,这20条直线分别标记上1~20的序号... -chip camera field of view, the system will be perceived. the system started automatically tracking chips to ensure that the
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5537
    • 提供者:新的一页
  1. DXF2MIKE

    3下载:
  2. 专门为MIKE 21定制的提取dxf文件数据点的程序.能够提取AutoCAD dxf文件中的:1.点高程2.Text中的数据3.线(包括Line,Polyline)中的高程数据,三种模式: 1)直接提取直线端点高程2)在直线上进行数据点的加密,然后输出3)输出为模型的水陆边界 -dedicated to the extraction of 21 customized data points dxf document procedures. To extract AutoCAD14 D
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:261289
    • 提供者:张高
  1. houghplotline

    0下载:
  2. % 该函数实现hough变换提取直线的功能 % 输入图像x,运行之后直接画出直线。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1521
    • 提供者:carolin1980
  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. getline

    0下载:
  2. 自己编写的一个有关灰度图象提取直线的小程序,包括完整的程序。交流最重要!-themselves prepared a gray-scale image from the straight line of small procedures, including the integrity of the process. Exchange of the most important!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:152632
    • 提供者:林两
  1. gradephase

    1下载:
  2. 采用MATLAB编写的相位编组算法,用于直线的提取,适用于图像灰度梯度较大的情况-MATLAB phase grouping algorithm for linear extraction, apply to the larger gray gradient of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3608
    • 提供者:任小龙
  1. 1houghbianhuan

    0下载:
  2. 通过hough变换去从图像中提取直线,并且通过vc++实现。可以直接运行。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1734158
    • 提供者:ssdsdsdsd
  1. VideoImageLineExtractNewDemo

    0下载:
  2. 视频图像直线实时提取与检测算法 VC++开发
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12249
    • 提供者:李岚熙
  1. ImgProcess

    1下载:
  2. 边缘的精确提取,包括多种方法的实现,可提取只直线和曲线和特征点,精确度比较高
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:6516203
    • 提供者:ximan
  1. houghtans

    1下载:
  2. 该源码在matlab平台上运行,实现的功能是利用hough变换检测图像中具有一定长度的直线,并将直线从整个图像中提取出来.不仅如此,还可以通过计算分析求出对应直线的斜率.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:11151
    • 提供者:秀秀
  1. Houghmatlab

    0下载:
  2. 包括进行标准Hough变换,检测Hough变换中的n个峰值,并提取峰值直线像素点,绘制直线等
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5025
    • 提供者:kexing
  1. EdgeContour

    1下载:
  2. VC++的边缘与轮廓处理程序,包括边缘检测(五个算子,robert,sobel,prewitt,kirsch,gauss-laplase),hough变换(平行直线检测),轮廓提取,种子填充(两个算法),和轮廓跟踪。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:75438
    • 提供者:ZL
  1. EdgeContour

    0下载:
  2. 本程序包括所有的边缘检测算法,实现了robert,sobel,prewitt,gauss边缘检测,hough变换检测水平直线,轮廓提取,种子填充等的功能,经典收藏啊!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:74333
    • 提供者:无梦
  1. sss

    1下载:
  2. 手写数字识别,提取数字骨架,划直线和该骨架相交,取交点数和数字端点为特征向量.建立特征库进行匹配
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1602
    • 提供者:黄超
  1. Hough1

    0下载:
  2. hough,霍夫变换直线提取线性规划直线,包括投票空间-The hough, the hough transform line, the linear programming line, including the polling space
  3. 所属分类:matlab

    • 发布日期:2017-12-13
    • 文件大小:645
    • 提供者:崔京楷
  1. hough变换源码(直线&圆)

    0下载:
  2. OpenCV中的hough变换源码,里面包括直线以及圆变换提取源代码。(OpenCV transform source code in Hough,Which includes the line and the circle transform, extract the source code)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:Yagamilight
  1. OpenRadar7.0

    0下载:
  2. 使用激光雷达进行的环境特征提取的程序,可以用来定位,构建环境地图等(The procedures are for environmental feature extraction of lidar,which can be used to locate, build environmental maps, etc.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:25600
    • 提供者:yyy111yyy
  1. squareD

    0下载:
  2. 提取图像中规则的直线边界区域,并进行显示(The linear boundary area of the rule is extracted and displayed.)
  3. 所属分类:图形图象

    • 发布日期:2018-04-21
    • 文件大小:5452800
    • 提供者:唯梦不破
  1. LSD

    2下载:
  2. 本程序实现了提取图像中直线的功能。能够很好地提取出位于边缘上的直线段,其结果表示为两端端点坐标以及线段宽度(This program realizes the function of extracting the edge line in the image.The straight line segment at the edge can be extracted well, and the result is expressed as the end point coordinates an
  3. 所属分类:图形图像处理

    • 发布日期:2021-04-01
    • 文件大小:2646016
    • 提供者:wangjoe
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com