搜索资源列表

  1. Edge_Detection_and_Segmentation

    1下载:
  2. 边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)-Edge Detection and Seg
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:major
  1. Hough_Grd

    1下载:
  2. 在灰度图像中进行直线检测,带实验效果图像。利用快速Hough变换,能够正确查找线段端点。-In the gray image in a straight line detection, the experiment with the effect of the image. Using fast Hough transform, to correctly segment endpoint search.
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:432128
    • 提供者:major
  1. houghtans

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

    • 发布日期:2024-05-18
    • 文件大小:11264
    • 提供者:秀秀
  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-18
    • 文件大小:1024
    • 提供者:fuerxiuixiude91
  1. hongh

    0下载:
  2. hongh变换,可以用来检测圆和直线,是一种很效的方法-hongh transform, can be used to detect circular and straight line is a very effective method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:4063232
    • 提供者:陈煊
  1. HoughT

    0下载:
  2. 该文章说明了有关霍夫变换对直线、圆、椭圆进行检测的基本原理和主要源码-The article describes the Hough transformation of a straight line, round, oval for testing the basic principles and main source
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:11264
    • 提供者:zhenyijia
  1. A_FAST_ALGORITHM_TO_DETECTING_RUNWAY_FROM_REMOTE_S

    0下载:
  2.  文章在分析机场跑道结构特征的基础上,提出了一种从高分辨率遥感图中检测机场跑道的方法。具体介绍了嵌入置信度的边缘检测算法和基于线基元的直线提取方法-The article in the analysis of structural characteristics of the airport runway on the basis of a map from high resolution remote sensing detectio
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-18
    • 文件大小:1813504
    • 提供者:征征
  1. Hough

    0下载:
  2. 用霍夫曼方法检测圆,直线!其中更包含了圆的自动生成!-Hoffman method using a round, a straight line! One more round included automatically!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:李刚
  1. Hough

    0下载:
  2. 检测直线源码 -Detection of straight-line detection of straight-line source source
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:qiu
  1. EdgeContour

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

    • 发布日期:2024-05-18
    • 文件大小:2132992
    • 提供者:ZL
  1. Hough

    0下载:
  2. 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线 提取出来。-The function used to detect images of parallel straight lines. If the images are two parallel straight lines, they will be two parallel straight lines extracted.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:王俊逸
  1. houghlines

    0下载:
  2. 这是一个Hough直线的程序,对图像中的直线元素进行检测。-This is a straight-line Hough procedure, the image of the linear elements were detected.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1476608
    • 提供者:北方上午
  1. BmpProcess

    0下载:
  2. 基于MFC平台,利用Hough变换实现对直线和圆的检测,能很好的检测出来。-MFC-based platform, the use of Hough transform to achieve a straight line and circle detection, can be detected very good.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:3924992
    • 提供者:Richard Chang
  1. hough

    0下载:
  2. java代码,hough变化,用于检测直线 功能不是很完善-java code, hough change, for the detection of linear features is not very perfect
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:护航
  1. hough+c

    0下载:
  2. c实现的hough变换算法 直线检测个人感觉不错-c realize the hough transform line detection algorithm personal feeling good
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:38912
    • 提供者:冯树彪
  1. Hough_transfor

    0下载:
  2. 函数名称: * HoughDIB() * * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数,必须是4的倍数) * LONG lHeight - 源图像高度(象素数) * 返回值: * BOOL - 运算成功返回TRUE,否则返回FALSE。 * * 说明: * 该函数用于对检测图像中的平行直线。如
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:luyc
  1. FollowLinePID

    0下载:
  2. 智能小车导航,PID控制,直线检测,实时导航定位-Smart car navigation, PID control, linear detection, real-time navigation and positioning
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-18
    • 文件大小:892928
    • 提供者:朱锦辉
  1. chap04

    0下载:
  2. ch4_1_4:对f进行补零(区域大小为256×256),而后进行二维快速傅立叶变换(§4.1.2) ch4_1_5:使变换结果的零频率分量位于中心,调用函数fftshift(§4.1.2) ch4_1_6:利用函数ifft2对乘积进行傅立叶反变换(§4.1.3) ch4_1_7:得到在图像text.png中对应字母“a”的定位结果(§4.1.3) ch4_2_1:对一幅图像进行离散余弦变换(§4.2.1) ch4_
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:sherman1944
  1. Hough2

    0下载:
  2. hough变换检测圆,在对话框里显示检测到的圆心,圆,只能对黑底白字的灰度图进行检测-hough transform circle detection, in the dialog box shows the center of a circle is detected, round, only the grayscale black white test
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:445440
    • 提供者:李雨
  1. Hough-VC-code

    0下载:
  2. 检测2值图像中的直线,效果相当的不错-err
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:张书强
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 39 »

源码中国 www.ymcn.org