搜索资源列表

  1. chapter9

    0下载:
  2. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:陈新秋
  1. hough6

    0下载:
  2. 灰度图像的hough变换,进行直线检测的程序编码-Grayscale images hough transform line detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wang
  1. Hough

    0下载:
  2. 用hough变换检测直线,用VC++实现-With the hough transform to detect straight lines, using VC++ Implementation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:4566016
    • 提供者:yangzheng
  1. linecircle

    0下载:
  2. 可以实现直线和圆检测 检测的结果又一定的误差-Straight line and circle detection can be achieved test results has some error
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:720896
    • 提供者:战语
  1. houghzhixian

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:
  1. hough_line

    0下载:
  2. matlab实现hough直线检测的例子,效果不错,测试可用-find the lines in a image using matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李栋
  1. linehough

    0下载:
  2. 所属分类:中间件编程

    • 发布日期:2024-05-20
    • 文件大小:449536
    • 提供者:xuan
  1. HoughTrans

    0下载:
  2. 强大的霍夫变换源码,检测直线、圆形等-houghtrans
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:41984
    • 提供者:lsp1986
  1. Hough_Transform_for_Line_Detection

    0下载:
  2. Hough变换的直线检测Hough Transform for Line Detection-Hough transform line detection Hough Transform for Line Detection
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:238592
    • 提供者:laf
  1. line_fitting

    0下载:
  2. 基于计算机视觉的工件尺寸自动检测技术研究,直线拟合,附完整程序及待处理图片-Workpiece dimensions using computer vision technology automatically detect, line fitting, with a full program and image to be processed
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:121856
    • 提供者:zcc21
  1. radon

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

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

    0下载:
  2. hough变换用于直线的检测,适用于计算机视觉的初学者,简单容易理解-hough transform for line detection, computer vision for beginners, easy to understand. . .
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:sdp
  1. houghdetectline

    0下载:
  2. hough变换检测直线,MATLAB环境下可直接运行-hough detect lines
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:anthony
  1. hough_lines

    0下载:
  2. 基于hough变换的直线的检测程序,实用,适用于hough变换直线检测研究的初学者。-Straight line hough transform based on testing procedures, practical, hough transform for line detection of the beginner.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:sdphw
  1. lsd-1.5

    0下载:
  2. LSD快速直线检测方法,利用梯度方向和幅值判断的区域生长法,效果较好-LSD Fast line detection methods, the use of gradient direction and magnitude to determine the region growing method, better
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:620544
    • 提供者:yang
  1. hough--line

    0下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the bas
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:148480
    • 提供者:丁海龙
  1. hough

    0下载:
  2. 用函数hough检测直线,程序很好,可以调里面参数。效果很好-Use function houhg to check the line
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:63488
    • 提供者:小小
  1. HTR

    0下载:
  2. Hough 变换的VC++实现,HOUGH变换广泛应用于直线及形状检测中,是模式识别不可或缺的内容-this is the implement of hough transform written in visual C++
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:54272
    • 提供者:罗辉武
  1. Matlab--Imagin-Processing

    0下载:
  2. 多光谱图像处理代码,二值化、边缘提取、直线检测等-Multi-spectral image processing code, binarization, edge detection, line detection, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:13018112
    • 提供者:Vwin
  1. line-detection

    0下载:
  2. 此代码是研究生期间做的直线检测,代码完全自己编写,里面附有参考图片。-This code is a graduate student to do during the line detection, the code written completely on my own, which with a reference image.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:晓生
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 39 »

源码中国 www.ymcn.org