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

搜索资源列表

  1. CHT

    0下载:
  2. circle detection2 by hough transform
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-30
    • 文件大小:300008
    • 提供者:siti
  1. blobextraction

    0下载:
  2. HOugh transform for circle
  3. 所属分类:assembly language

    • 发布日期:2017-05-11
    • 文件大小:3033553
    • 提供者:siti
  1. hough_line

    0下载:
  2. hough算法检测直线,可同时检测多根直线-hough line detection algorithm, which can detect multi line
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1374
    • 提供者:周宇
  1. heart_hough

    0下载:
  2. heart high level segmentation and Generalized hough transform
  3. 所属分类:Document

    • 发布日期:2017-05-02
    • 文件大小:835361
    • 提供者:Amburose
  1. circle

    0下载:
  2. circle detection using hough method. The code uses openCV library.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-21
    • 文件大小:6155103
    • 提供者:Gaurav
  1. detection3

    0下载:
  2. 在AdaBoost人脸检测的基础上,对眼睛实现精确定位。先得到人脸图像的谷区域图像, 再获取眼睛的候选点,综合分离度信息和霍夫变换的结果来计算每一个眼睛对的代价函数,找到比较 准确的眼睛位置。-In the AdaBoost face detection based on the accurate positioning of the eyes. Obtain prior approval from the image of the Valley area face images,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:510089
    • 提供者:张正荣
  1. hough

    0下载:
  2. hough变换分割图像,用到了edge函数和hough函数-hough transform segmented image, use the edge function and the hough function
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:2304
    • 提供者:laina
  1. code

    0下载:
  2. Hough transform code
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:70943
    • 提供者:Bom
  1. attachments_13_12_2009

    0下载:
  2. hough transform implementation
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1053153
    • 提供者:sonia
  1. houghEllipses

    0下载:
  2. 应用hough变换检测椭圆的代码,很方便。-Application of the ellipse hough transform detection code, and very convenient.
  3. 所属分类:Graph program

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

    0下载:
  2. 利用经典hough变换提取的图像,执行到第六个end时 matlab变得超卡,无法响应了,也不显示图像(该释放的要释放)-Hough transform to extract using the classical image of the implementation of the sixth end when matlab become super card, unable to respond, and do not display images (the release to relea
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3593
    • 提供者:孔顺俊
  1. houghcircle

    0下载:
  2. Function uses Standard Hough Transform to detect circles in a binary image. According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. Upper left corner of image is the origin of coo
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:989
    • 提供者:rohit
  1. SkewDetectionAndCorrectionMethod

    0下载:
  2. 文本图像在扫描输入时产生的倾斜现象会对后续的页面分割及光学字符识别(OCR)处理产生很大的影响,而传统的标准Hough变换虽然具有对噪声不敏感,不依赖于直线连续性的优点,但由于计算量偏大,速度慢,在实用时有较大的局限性.提出一种基于改进的Hough变换的文本图像倾斜校正方法,通过在变分辨率图像中采用不同的文本方向提取算法,及选择合理投票门限等改进Hough变换的措施,减小了由图像区域及文字笔画粗细所产生的对倾角判定的不利影响,并使用基于偏移值的方法实现页面倾斜的快速校正.实验结果表明,该算法实现
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1074800
    • 提供者:Leo
  1. HoughTransform4detection

    0下载:
  2. This demo shows simple method of shape detection using Hough Transform
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:9993
    • 提供者:sofi
  1. line_hough

    0下载:
  2. 利用hough变换检测图像中的直线,得到检测直线的参数与首位端点,并在原图中标出所检测到得直线。-Detection using hough transform image of the straight line parameters to be detected with the first endpoint, and the Original bid to get straight out of the test.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:8873
    • 提供者:JH
  1. HoughObject

    0下载:
  2. Circles We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of fixed radius can be described fully by the location of its center (x, y). Think of each feature (edge) point on the circle
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:104154
    • 提供者:mina
  1. opencv

    0下载:
  2. 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:8445
    • 提供者:胡锦
  1. MATLABHough

    0下载:
  2. 在圆和直线在一起时,能将圆和直线分别检测出来的MATLAB 的Hough源代码-In the circle and straight together, be able to circle and straight out of MATLAB were used to detect the source code of the Hough
  3. 所属分类:Special Effects

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

    0下载:
  2. 对图像作霍夫变换,这是图形图像处理中常用的变换之一。-Hough transfoemation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:798
    • 提供者:David
  1. TEXTLINE1

    0下载:
  2. 包含CDib类,可以打开、显示、存储图片,包含霍夫检测直线的类,可以大致检测出图片中的直线,且有利于二次开发。-Contains CDib class, you can open, display, store pictures, including detection of straight line Hough class, we can roughly detect the image of a straight line, and is conducive to redevelopmen
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2071339
    • 提供者:陈杰
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com