搜索资源列表

  1. linejd

    0下载:
  2. 函数实现了图像中单象素宽白色相交直线交点的检测.利用的是最简单的邻域中计算白点的个数的算法,当一个象素的window邻域中有四个邻域为白色的时候,该点即为交点。-Function to achieve a single-pixel wide image of white intersection point of intersection of a straight line detection. Use is the simplest
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:fuerxiuixiude91
  1. hough

    0下载:
  2. 霍夫变换是一个非常有用的算法,可以检测直线、圆、椭圆等等,也可以进行边缘连接。-Hough transform is a very useful algorithm, can detect a straight line, round, oval, etc., can also be connected to the edge.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:98304
    • 提供者:格子
  1. EdgeContour

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

    • 发布日期:2024-05-21
    • 文件大小:73728
    • 提供者:无梦
  1. eagedetectandfigureoperate

    0下载:
  2. 图像边缘与轮廓运算包括 // RobertDIB() - robert边缘检测运算 // SobelDIB() - sobel边缘检测运算 // PrewittDIB() - prewitt边缘检测运算 // KirschDIB() - kirsch边缘检测运算 // GaussDIB() - gauss边缘检测运算 // HoughDIB() - 利用Hough变换检测平行直线 // C
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:kelly
  1. houghlines

    0下载:
  2. 在给定图像中,应用Hough变换检测直线的算法.python实现.-In a given image, the application of Hough transform line detection algorithm. Python achieve.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:李义
  1. hough

    0下载:
  2. 对于较粗的样本点集 hough 算法是不可能做到检测全部直线的. 另一方面 hough 还会测出许多不存在的直线. 在应用的时候只能根据需要自己标定 精度. 以下是我在MATLAB下开发的hough函数 输入一个灰度图形矩阵, 返回 最长直线斜率. 用来做图形倾斜校正的. 希望贴出来还能有点用吧~-For a sample point set coarse algorithm hough it is not possible
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:paul
  1. leogic

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

    • 发布日期:2024-05-21
    • 文件大小:2663424
    • 提供者: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. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:131072
    • 提供者:王政博
  1. 1

    0下载:
  2. 典型的角度检测算法是进行Hough变换后寻找最长直线的倾斜角度.一般情况 下,待处理图象中未必有明显的较长直线.甚至存在一些对图像进行正确检测的长直线干扰 文 章介绍了一种基于统计考虑的数据分析思路,以期在基于Hough变换的角度检测算法上取得更高 的准确性。-The perspective of a typical detection algorithm is the Hough transform to find the
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:182272
    • 提供者:liyu
  1. Hough

    0下载:
  2. 图像处理中经典的hough变换算法,检测直线,顺带有canny算法进行边缘检测-Classical image processing algorithm hough transform to detect straight lines, incidentally, are canny edge detection algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3788800
    • 提供者:hj zhang
  1. classical-hough

    0下载:
  2. 文件中有根据经典HOUGH变换算法写的圆检测VC函数,由于圆有三个参数,因此HOUGH算法的圆检测相比直线要慢得多-Document based on the classic HOUGH transform circle detection algorithm written in VC function, there are three parameters as a result of a round, so HOUGH circl
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:丰旻
  1. straight

    0下载:
  2. 零件直线度和圆度误差检测算法和例子,对于在线测量数据返回处理很有帮助。-Parts straightness and roundness error detection algorithm and examples, for on-line measurement data return processing helpful.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:197632
    • 提供者:david huang
  1. hough1

    0下载:
  2. hough 检测直线 算法简单 是静态图像中检测直线的快速实现- Hough detecting
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:420864
    • 提供者:项喻
  1. hough1

    0下载:
  2. 经典的hough直线变换检测算法,可以极坐标进行转换,然后再检测直线-Line detection algorithm
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:check
  1. radon

    0下载:
  2. 基于opencv的radon直线检测、直方图均衡、sobel边缘检测等算法。-Opencv of the radon-based line detection, histogram equalization, sobel edge detection algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:wk
  1. Bresenham-MaA

    0下载:
  2. 直线Bresenham算法的基本原理是采取对整型参量的符号进行检测,整型参量的值正比于两像素与实际线段之间的偏移。直线的中点Bresenham算法是依据下一个点可能出现的两个点的中间点处在直线的位置来判断下一个点的取舍。-The basic principle of Bresenham line algorithm is to take the sign of the integer parameter testing, integer
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:241664
    • 提供者:tianchong
  1. my_hough

    0下载:
  2. canny算子进行边缘检测,然后用hough算法进行直线检测。-canny operator edge extraction from image, and then use the hough algorithm line detection.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:闫世博
  1. harris

    0下载:
  2. 基于harris的角点检测算法和hough直线检测。去判断图片角点和线存在的位置-base on the haries corner detect algorithm and hough line detection. find the corner and line on the picture.
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:jihang
  1. 20130119

    0下载:
  2. 数字图像处理边缘检测(hough变化-平行直线检测,轮廓跟踪、提取,种子填充算法1和2)的具体实现。-The edge detection digital image processing (hough change- parallel line detection, the concrete realization of contour tracking, extract, seed filling algorithm 1 and 2
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2113536
    • 提供者:谢生龙
  1. 01

    0下载:
  2. hough检测直线 该算法可以检测诸如车道线之类的直线和斜线-hough line detection algorithm can detect such as lane lines straight and slash
  3. 所属分类:按钮控件

    • 发布日期:2024-05-21
    • 文件大小:247808
    • 提供者:常玲玲
« 1 2 3 45 6 7 8 »

源码中国 www.ymcn.org