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

搜索资源列表

  1. linedetec

    0下载:
  2. 这是一个使用hough变换来实现一副图像中直线检测的代码,比较高效而且检测效果很不错-use hough transform to achieve an image line detection code, more efficient and effective detection is pretty good
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1017
    • 提供者:亿摆
  1. Gabor(matlab_C_Cv).rar

    3下载:
  2. 这里包含三个高质量的Gabor实现代码,分别基于C、OpenCV、Matlab,大家各取所需吧。Gabor变换可以实现在多个尺度、多个方位上的变换,尤其是对于纹理的检测有很好的效果,研究表明Gabor特征符合人眼感受野特性。 ,Here are three high-quality implementation of the Gabor code, respectively, based on C, OpenCV, Matlab, let everyone take what we need
  3. 所属分类:Special Effects

    • 发布日期:2015-09-06
    • 文件大小:20918
    • 提供者:
  1. match.rar

    1下载:
  2. 《图像配准技术及其Matlab编程实现》一书的Matlab源码,有点检测、线检测、Hough变换、遗传算法、蚁群算法、Powell算法和插值算法等。,"Image Registration and Matlab programming," a book of Matlab source code, a bit detection, line detection, Hough transform, genetic algorithm, ant colony algorithm, Powell al
  3. 所属分类:matlab

    • 发布日期:2016-09-19
    • 文件大小:345377
    • 提供者:fzj
  1. hough

    0下载:
  2. hough变换检测直线的源代码程序,很实用的方法-Detection of a straight line hough transform program source code, it is practical
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:15033
    • 提供者:zhang
  1. HOUGH

    0下载:
  2. 用HOUGUH变换检测线段,基于OPENCV开发,代码简单,适合广大软件开发者-Detection of line segments used HOUGUH transform, based on the OPENCV development, code is simple, suitable for the vast numbers of software developers
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:82777
    • 提供者:liweijun
  1. Hough

    0下载:
  2. line detection using Hough transform
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:226764
    • 提供者:srikhan
  1. ransac

    1下载:
  2. MATLAB code for Random Sample Consensus (RANSAC)
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3277
    • 提供者:Abhinandan
  1. code

    0下载:
  2. 本程序通过对图像进行灰度化、去噪和边缘提取,能检测出不垂直的刻度线边缘并能将其旋转校正,从而达到使刻度线标准化的目的-This procedure of gray-scale images, and de-noising and edge detection can not detect the edge of the vertical line of the scale and be able to spin correction, so as to achieve so that the p
  3. 所属分类:Special Effects

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

    0下载:
  2. Hough transform Matlab code. (c) Rafeef Abu-Gharbieh, Karin Althoff, Ghassan Hamarneh Line Detection Using Hough Transform -Hough transform Matlab code. (c) Rafeef Abu-Gharbieh, Karin Althoff, Ghassan Hamarneh Line Detection Using Houg
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:205131
    • 提供者:Haxpes
  1. face_detection

    0下载:
  2. 人脸识别-仅对静态图片The output of this code is mainly required for feature detection or facial expression recognition purpose. give the input(name of the image) at the 1st line of the facedetection.m file & run the file. The face_database folder contain
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:482339
    • 提供者:djh
  1. hough_line

    0下载:
  2. this is a code for line detection in noisy image using hough transform
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:1349
    • 提供者:lavik
  1. line_detection

    0下载:
  2. this code is about line detection in binary image
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1340
    • 提供者:salehpour
  1. LineDetection

    0下载:
  2. OCR Line Detection. One of the first steps in developing OCR systems is line detection .Farsi/Arabic text have some properties which make them different to recognize. For example there are characters in farsi like "i" in English which has two part
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:150757
    • 提供者:reyjav
  1. Matlab-based-lane-detection-line

    1下载:
  2. 基于matlab的直线行车线检测,代码简单可行,但需要你的深入研究-Matlab-based lane detection line, the code is simple and feasible, but requires in-depth study of your
  3. 所属分类:matlab

    • 发布日期:2017-03-07
    • 文件大小:1024
    • 提供者:andy
  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. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:5007
    • 提供者:晓生
  1. hough_lines

    0下载:
  2. vs下C++编程的霍夫直线检测代码,使用openCV新的C++接口函数。包含测试图片,已编译,直接点击运行按钮运行出结果。-Vs C++ programming under hough line detection code, the use of openCV new C++ interface function. Contains test images, compiled, click the run button running out the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:8747645
    • 提供者:lee
  1. line-detection

    0下载:
  2. 直线检测的代码,非常好用,对棋盘格图像的直线检测清晰准确。-Line detection code is very easy to use, straight-line detection of checkerboard images clearly and accurately.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:2454191
    • 提供者:王琳
  1. code

    0下载:
  2. 本实验研究了数字图像处理中图像分割中的hough变换和运用hough变换的线检测。-This study hough transform line detection the hough transform digital image processing, image segmentation and apply.
  3. 所属分类:Graph program

    • 发布日期:2017-11-26
    • 文件大小:1418564
    • 提供者:黄凯
  1. VHD

    0下载:
  2. this code is for vertical horizontal line detection.
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:14336
    • 提供者:processing
  1. Hough_LineDetect

    0下载:
  2. 详解利用Hough变换进行直线检测的代码(detailed interpretation of the code that uses Hough transform for line detection)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:8192
    • 提供者:sangba2017
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com