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

搜索资源列表

  1. houghcircle

    0下载:
  2. 利用hough变换算法检测圆,比较经典的算法。-hough transform to detect circles, classical algorithms.
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:1159
    • 提供者:任亮
  1. houghDemo

    0下载:
  2. it contains hough transform by which a special pattern can be find out in a image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-14
    • 文件大小:3054
    • 提供者:Prashant Sharma
  1. Hough

    0下载:
  2. matlab里Hough变换的一个大体框架 只是是txt的格式-matlab in a general framework of the Hough transform is a txt format
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1811
    • 提供者:王锦涛
  1. hough6

    0下载:
  2. 灰度图像的hough变换,进行直线检测的程序编码-Grayscale images hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1276
    • 提供者:wang
  1. Hough

    0下载:
  2. detection circle using hough transform
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2267
    • 提供者:faith
  1. plateVs2003

    1下载:
  2. 自已用Vs 2003开发的,车牌识别程序源码,很有用的,实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。 -Their own development with the VC, license plate re
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-12
    • 文件大小:19981344
    • 提供者:liren
  1. Hough

    0下载:
  2. 图像处理中基础的处理方法,图像转换,Hough变换。-Image processing-based approach, image conversion, Hough transform.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:9393
    • 提供者:啊哦
  1. color

    0下载:
  2. hough变换用于图像处理中,检测边缘的倾斜角-hough transform for image processing, edge detection angle
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:884
    • 提供者:来海峰
  1. MachineVision3

    0下载:
  2. a outsu thresholing algorithm with hough transform in opencv
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:8621
    • 提供者:dani
  1. Hough

    0下载:
  2. hough变换 实现图像检测 完成图形的基本处理功能-hough transform image detecting the completion of the basic processing graphics
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4470292
    • 提供者:wangwei
  1. 3

    0下载:
  2. HOUGH 变换检测直线 源代码 LINUX 编程-HOUGH transform to detect linear programming source code for LINUX
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:917
    • 提供者:张玉英
  1. hough

    0下载:
  2. 用hough变换提取直线,适合初学者学习借鉴用,程序清晰简单-With the hough transform to extract straight lines, suitable for beginners to learn from available, procedures are clear and simple
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3290676
    • 提供者:cc
  1. Hough

    0下载:
  2. 图像的hough变换代码,可以直接编译使用,基于c++的源码-Hough transform code in the image can be directly compiled using c++ based source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:9450
    • 提供者:pupu
  1. HOUGH

    0下载:
  2. HOUGH变换圆检测,可同时检测多个圆;对了解HOUGH变换很有帮助-HOUGH transform circle detection, can simultaneously detect multiple round
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:107927
    • 提供者:
  1. hough

    0下载:
  2. 这是一段关于hough变换的代码,用matlab编写。-This is a paragraph on the hough transform code written with matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:15416
    • 提供者:山风
  1. houghcircle

    0下载:
  2. hough变换检测图像中的一个圆并显示。有图片,可直接运行看结果。-hough transform to detect the image of a circle and displayed. Pictures, can be run directly see the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:5757
    • 提供者:jumping
  1. line_hough

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

    • 发布日期:2017-03-29
    • 文件大小:563
    • 提供者:sdp
  1. Hough_Circle

    1下载:
  2. hough变换实现的图像中圆的检测,适用于计算机视觉初学者,简单容易理解-hough transform circle detection in images, Computer Vision for beginners, simple and easy to understand
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:812
    • 提供者:sdp
  1. houghlines

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

    • 发布日期:2017-03-30
    • 文件大小:3102
    • 提供者:sdp
  1. HoughLineTransformation

    0下载:
  2. using circular hough transform for processing image
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3778
    • 提供者:emre
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com